We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7298cb commit 78ad37bCopy full SHA for 78ad37b
.devcontainer/Dockerfile
@@ -66,7 +66,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
66
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin/
67
68
# Update python deps
69
-RUN pip3 install --upgrade pip
+RUN pip3 install --upgrade pip --break-system-packages
70
71
# Delete the dummy systemctl command added by the base image
72
RUN rm -f /usr/local/bin/systemctl
0 commit comments