Skip to content

Commit

Permalink
🚧 Dockerfile (does not work yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecranceMERCE committed Jan 2, 2024
1 parent c031116 commit 4a61282
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM coqorg/coq:8.17.1

RUN eval $(opam env "--switch=${COMPILER}" --set-switch)
RUN opam update -y
RUN cd artifact-clean
RUN opam install -y -j "${NJOBS}" ./coq-elpi
RUN cd ..
RUN opam install -y -j "${NJOBS}" .

0 comments on commit 4a61282

Please sign in to comment.