Stephan Stanisic
783a5f390c
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
200 B
Docker
7 lines
200 B
Docker
FROM ubuntu
|
|
RUN sed -i -e 's/^APT/# APT/' -e 's/^DPkg/# DPkg/' \
|
|
/etc/apt/apt.conf.d/docker-clean
|
|
RUN export DEBIAN_FRONTEND=noninteractive; \
|
|
apt update; \
|
|
apt install -y pandoc texlive-full
|