Fix pygments installation
This commit is contained in:
parent
4bea126f6f
commit
051218622e
1 changed files with 3 additions and 2 deletions
|
|
@ -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' && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue