Skip to content

Commit 0d43035

Browse files
committed
Merge branch 'master' of github.com:project-everest/everest into icfp2017aec
2 parents b07a1e4 + f8359f8 commit 0d43035

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.docker/everest-chomolungma/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ RUN sudo make install
122122
ENV LD_LIBRARY_PATH "/usr/local/lib"
123123
ENV LIBSODIUM_HOME /usr/local
124124

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+
125130
# Switch to the ICFP 2017 AEC branch
126131
# PARALLEL_OPT is either empty, or -j n, where n is
127132
# the max number of parallel jobs when building the image

0 commit comments

Comments
 (0)