aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-01-17 16:14:38 +0100
committerErik Martin-Dorel2020-01-17 16:14:38 +0100
commita7f4eb76935157112aa844b6c5ac29a36898235f (patch)
tree9bc84816f0dafed1bcdfad09dfc805d2f869d170 /Dockerfile
parent2646a263ba499f50ad09816ef76bea683517da26 (diff)
Revert "Don't run "opam clean -c" to workaround ocaml/opam#3828"
This reverts commit a03e0cb0ff40afabcaccba7f764076355ca82962.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index eddbb0f..74ee396 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ RUN ["/bin/bash", "--login", "-c", "set -x \
&& opam pin add -n -k path coq-mathcomp-field . \
&& opam pin add -n -k path coq-mathcomp-character . \
&& opam install -y -v -j ${NJOBS} coq-mathcomp-character \
- && opam clean -a -s --logs"]
+ && opam clean -a -c -s --logs"]
FROM coqorg/base:bare