Skip to content

Commit

Permalink
add --break-system-packages as it is required in newer pip versions
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Nov 6, 2023
1 parent d7298cb commit 78ad37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin/

# Update python deps
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade pip --break-system-packages

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

0 comments on commit 78ad37b

Please sign in to comment.