Skip to content

Commit

Permalink
chore(Dockerfile.test-server): Avoid warning for unneeded --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Mar 6, 2022
1 parent 2817bad commit 05fc26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test-server
Expand Up @@ -16,7 +16,7 @@ RUN echo 'archive-mirrors: [ "https://opam.ocaml.org/cache" ]' >> ~/.opam/config
&& opam switch 4.12 \
&& echo 'pre-session-commands: [ "sudo" "apk" "add" depexts ]' >> ~/.opam/config \
&& opam pin add -n -y -k path learn-ocaml . \
&& opam install learn-ocaml --deps-only --locked
&& opam install learn-ocaml --deps-only

COPY static static
COPY translations translations
Expand Down

0 comments on commit 05fc26d

Please sign in to comment.