4 lines
68 B
Docker
4 lines
68 B
Docker
|
FROM ubuntu
|
||
|
RUN apt update && \
|
||
|
apt install -y pandoc texlive-full
|