We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9a6c6 commit 664aa86Copy full SHA for 664aa86
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
FROM erlang:23.0-alpine
2
3
-COPY rebar.config /root/.config/rebar3/rebar.config
4
-COPY entrypoint.sh /entrypoint.sh
+RUN apk add --no-cache git
5
6
-RUN rebar3 update
+COPY rebar.config /rebar3/.config/rebar3/rebar.config
+COPY entrypoint.sh /entrypoint.sh
7
8
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments