Skip to content
Snippets Groups Projects
Commit df083daf authored by nd's avatar nd
Browse files

realy fix pip in debian bookworm

parent d4de20f6
Branches
No related tags found
No related merge requests found
Pipeline #24303 passed
......@@ -5,4 +5,4 @@ RUN apt-get -qq update && \
apt-get -qq install python3-pip && \
apt-get -qq clean
RUN pip3 --break-system-packages install mkdocs mkdocs-static-i18n
RUN pip3 install --break-system-packages mkdocs mkdocs-static-i18n
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment