Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Oct 20, 2023
1 parent 0a9b7fa commit 72ddbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR kind2-build

# Note: we use remote OPAM repo until local one is updated
RUN eval $(opam env) && \
opam repo set-url default https://opam.ocaml.org && opam update \
opam repo set-url default https://opam.ocaml.org && opam update && \
opam pin -y add dolmen https://github.com/ModelChecker/dolmen.git#mcil && \
opam pin -y add dolmen_type https://github.com/ModelChecker/dolmen.git#mcil && \
opam pin -y add dolmen_loop https://github.com/ModelChecker/dolmen.git#mcil && \
Expand Down

0 comments on commit 72ddbda

Please sign in to comment.