Stephan Stanisic
8ddf2cacf9
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
114 B
Docker
5 lines
114 B
Docker
FROM ubuntu:focal
|
|
RUN export DEBIAN_FRONTEND=noninteractive; \
|
|
apt update; \
|
|
apt install -y pandoc texlive-full
|