Fix pygments installation

This commit is contained in:
Franciszek Stachura 2023-12-14 01:37:58 +01:00 committed by Michael Opdenacker
parent 4bea126f6f
commit 051218622e

View file

@ -14,13 +14,14 @@ RUN \
RUN \
apt-get update && \
apt-get -y install \
apt-get --no-install-recommends -y install \
python3 \
python3-pip \
python3-falcon \
python3-jinja2 \
python3-bsddb3 \
python3-pytest \
python3-pygments- \
pipx \
perl \
git \
@ -40,7 +41,7 @@ RUN \
wget https://bootlin.com/pub/elixir/Pygments-2.6.1.elixir-py3-none-any.whl
RUN \
pipx install ./Pygments-2.6.1.elixir-py3-none-any.whl
pip3 install ./Pygments-2.6.1.elixir-py3-none-any.whl --break-system-packages
RUN \
git config --global user.email 'elixir@dummy.com' && \