Added python3-pygments package

This commit is contained in:
Dominik Becker 2021-04-02 15:07:27 +02:00
parent 014b599277
commit 472675ff16

View File

@ -22,4 +22,5 @@ RUN apt-get update \
git \
texlive-full \
python-pygments \
python3-pygments \
&& rm -rf /var/lib/apt/lists/*