Add a Dockerfile for builds

This commit is contained in:
Jean-Marc Le Roux 2021-09-23 17:08:52 +02:00
parent 0021c2c8e6
commit f05b8df50f

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM ocaml/opam:ubuntu-lts-ocaml-4.12
RUN sudo apt-get update && sudo apt-get install -y \
man2html \
colordiff \
latexmk \
python3 \
python3-pip \
libgmp-dev \
npm \
nodejs
RUN sudo pip3 install virtualenv