Update to newest version of pygments
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
KingOfDog 2023-06-30 06:17:10 +00:00
parent 3a7eadd174
commit b2c519bed2

View File

@ -24,4 +24,5 @@ RUN apt-get install -y \
texlive-full \
python3-pygments \
inkscape
RUN pip install --upgrade pygments
RUN rm -rf /var/lib/apt/lists/*