aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2020-03-08refactor: Simplify the DockerfilesErik Martin-Dorel
* the CLI option --build-arg=compiler="${OPAM_SWITCH}" is now useless (it had been introduced to be able to compile Coq versions < 8.7, while mathcomp-dev now requires Coq 8.7+) * the "coqorg/base:bare" image now contains the two environment vars COMPILER and COMPILER_EDGE => clear COMPILER="" in mathcomp-dev's Dockerfile multi-stage build.
2020-01-17Revert "Don't run "opam clean -c" to workaround ocaml/opam#3828"Erik Martin-Dorel
This reverts commit a03e0cb0ff40afabcaccba7f764076355ca82962.
2019-04-16Don't run "opam clean -c" to workaround ocaml/opam#3828Erik Martin-Dorel
2018-12-21Improve the mathcomp-dev Dockerfile (using Docker's multi-stage build)Erik Martin-Dorel
* Install coq-mathcomp-character in only 1 switch (cf. the build-arg $compiler) * Remove the other switch * Base the final image on coqorg/base:bare (which has no OCaml compiler layers)
2018-12-21Add Dockerfile to build mathcomp using its opam filesErik Martin-Dorel