forked from Kattis/problemtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
29 lines (25 loc) · 702 Bytes
/
Dockerfile
File metadata and controls
29 lines (25 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
FROM ubuntu:18.04
MAINTAINER austrin@kattis.com
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
automake \
g++ \
git \
libboost-all-dev \
libgmp-dev \
libgmp10 \
libgmpxx4ldbl \
openjdk-8-jdk \
python-minimal \
python-pip \
python-plastex \
python-yaml \
sudo \
texlive-fonts-recommended \
texlive-lang-cyrillic \
texlive-latex-extra \
texlive-latex-recommended \
tidy \
vim
RUN pip install git+https://github.com/kattis/problemtools