mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Add a Dockerfile for builds
This commit is contained in:
parent
0021c2c8e6
commit
f05b8df50f
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user