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) · 703 Bytes
/
Dockerfile
File metadata and controls
29 lines (25 loc) · 703 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:20.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 \
python3-minimal \
python3-pip \
python3-plastex \
python3-yaml \
sudo \
texlive-fonts-recommended \
texlive-lang-cyrillic \
texlive-latex-extra \
texlive-plain-generic \
tidy \
vim
RUN pip3 install git+https://github.com/kattis/problemtools