Skip to content

Commit

Permalink
Update Dockerfile (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun authored Sep 14, 2024
1 parent 9629e9a commit c2db013
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ ENV OPAMJOBS=$NCPUS

RUN opam repo add coq-released https://coq.inria.fr/opam/released \
&& opam update \
&& opam install coq-equations coq-menhirlib menhir ppx_inline_test \
&& opam install coq-equations coq-menhirlib menhir ppx_expect \
&& eval $(opam env)

RUN sudo apt-get update -y -q \
&& DEBIAN_FRONTEND=noninteractive sudo apt-get install -y -q --no-install-recommends pandoc

0 comments on commit c2db013

Please sign in to comment.