We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6100fea commit f8359f8Copy full SHA for f8359f8
.docker/everest-chomolungma/Dockerfile
@@ -122,6 +122,11 @@ RUN sudo make install
122
ENV LD_LIBRARY_PATH "/usr/local/lib"
123
ENV LIBSODIUM_HOME /usr/local
124
125
+# Install Coq
126
+ENV coqv 8.6
127
+RUN opam repo add coq-released http://coq.inria.fr/opam/released
128
+RUN opam install -j 8 coq.${coqv} && opam pin add coq ${coqv}
129
+
130
# Set the final directory entrypoint
131
WORKDIR ${MYHOME}/everest
132
0 commit comments