ubuntu/Dockerfile

5 lines
114 B
Docker
Raw Normal View History

2022-06-01 10:51:27 +02:00
FROM ubuntu:focal
2022-05-31 16:10:28 +02:00
RUN export DEBIAN_FRONTEND=noninteractive; \
apt update; \
2022-05-31 16:08:36 +02:00
apt install -y pandoc texlive-full