Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
floryn90 committed Dec 9, 2023
1 parent 80922cd commit 94bc984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/ubuntu-ext/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN true \
#
# Install Python 3 and rst2html
&& DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends python3-minimal python3-pip python3-setuptools python3-wheel \
&& pip install --break-system-packages rst2html \
&& pip install rst2html \
#
# Install NodeJS and tooling
&& apt install -y ca-certificates curl gnupg \
Expand Down

0 comments on commit 94bc984

Please sign in to comment.