Skip to content

Commit

Permalink
Dockerfile.ci: Fix opam dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jan 22, 2018
1 parent d7a8965 commit ff6fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ocaml/opam-dev:alpine-3.5_ocaml-4.05.0
RUN sudo apk add --no-cache tzdata aspcud gmp-dev perl libev-dev m4

RUN git -C /home/opam/opam-repository fetch origin && \
git -C /home/opam/opam-repository reset 68b69980 --hard && \
git -C /home/opam/opam-repository reset 37514b6f --hard && \
opam update -u

ENV OPAMERRLOGLEN=0 OPAMYES=1
Expand Down

0 comments on commit ff6fadd

Please sign in to comment.