6 lines
160 B
Docker
6 lines
160 B
Docker
FROM ad5001/ubuntu-pyside-xvfb:linux-6.7.2
|
|
|
|
ENV TZ=Europe/Paris
|
|
RUN apt-get update
|
|
RUN apt-get -y install texlive-base dvipng texlive-latex-extra
|
|
RUN apt clean
|