Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes committed Nov 4, 2024
1 parent fbb9062 commit 5c26111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ubuntu-24.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN apt-get update && \
libbenchmark-dev \
libgit2-dev

RUN pip3 --break-system-packages install linuxdoc
RUN pip3 install --break-system-packages linuxdoc
2 changes: 1 addition & 1 deletion tools/ubuntu-24.10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN apt-get update && \
libbenchmark-dev \
libgit2-dev

RUN pip3 --break-system-packages install linuxdoc
RUN pip3 install --break-system-packages linuxdoc

0 comments on commit 5c26111

Please sign in to comment.