Skip to content

Commit

Permalink
Fix to Coq Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
apetcher-amazon committed Apr 8, 2024
1 parent 65d26d0 commit 691274b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.coq
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN opam init --auto-setup --yes --disable-sandboxing \
&& opam install -vv -y -j "$(nproc)" coq.8.15.1 \
&& opam repo add coq-released https://coq.inria.fr/opam/released \
&& opam install -y coq-bits \
&& opam install -y coq-itree.5.1.2 \
&& opam pin -y entree-specs https://github.com/GaloisInc/entree-specs.git#52c4868f1f65c7ce74e90000214de27e23ba98fb

ADD SAW/scripts/x86_64 /lc/scripts
Expand Down

0 comments on commit 691274b

Please sign in to comment.