Skip to content

Commit 664aa86

Browse files
committed
Install Git
1 parent 2f9a6c6 commit 664aa86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM erlang:23.0-alpine
22

3-
COPY rebar.config /root/.config/rebar3/rebar.config
4-
COPY entrypoint.sh /entrypoint.sh
3+
RUN apk add --no-cache git
54

6-
RUN rebar3 update
5+
COPY rebar.config /rebar3/.config/rebar3/rebar.config
6+
COPY entrypoint.sh /entrypoint.sh
77

88
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)