docker-ubuntu-pyside-xvfb/pyside6-linux-latex/Dockerfile

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