aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorErik Martin-Dorel2019-04-16 15:40:50 +0200
committerErik Martin-Dorel2019-04-16 15:41:16 +0200
commita03e0cb0ff40afabcaccba7f764076355ca82962 (patch)
treecaebf525b93f064521a6430bfea1c78c13fa9719 /Dockerfile
parent77ed8b94fd552e24de6b6824aab4996bf1731aa5 (diff)
Don't run "opam clean -c" to workaround ocaml/opam#3828
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 74ee396..eddbb0f 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 -c -s --logs"]
+ && opam clean -a -s --logs"]
FROM coqorg/base:bare