Skip to content

Commit

Permalink
fix: Remove unneeded apk packages from learn-ocaml-client image
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed May 5, 2021
1 parent 65bbf46 commit 9ec9f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN opam install . --destdir /home/opam/install-prefix --locked
FROM alpine:3.13 as client

RUN apk update \
&& apk add ncurses-libs libev gmp dumb-init msmtp git openssl \
&& apk add ncurses-libs libev dumb-init openssl \
&& addgroup learn-ocaml \
&& adduser learn-ocaml -DG learn-ocaml

Expand Down

0 comments on commit 9ec9f9f

Please sign in to comment.