Skip to content

Commit 78ad37b

Browse files
committed
add --break-system-packages as it is required in newer pip versions
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
1 parent d7298cb commit 78ad37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
6666
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin/
6767

6868
# Update python deps
69-
RUN pip3 install --upgrade pip
69+
RUN pip3 install --upgrade pip --break-system-packages
7070

7171
# Delete the dummy systemctl command added by the base image
7272
RUN rm -f /usr/local/bin/systemctl

0 commit comments

Comments
 (0)