Skip to content

Commit

Permalink
docker: prevent pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 6, 2024
1 parent 0b8bc0d commit 561ab2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion install/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ RUN apt-get -y install \
# allow pip to install to system
RUN rm -f /usr/lib/python**/EXTERNALLY-MANAGED

RUN python3 -m pip install --upgrade pip
# ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
# RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install debugpy typing_extensions psutil

################################################################
Expand Down
3 changes: 2 additions & 1 deletion install/docker/template/Dockerfile.full.header
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ RUN apt-get -y install \
# allow pip to install to system
RUN rm -f /usr/lib/python**/EXTERNALLY-MANAGED

RUN python3 -m pip install --upgrade pip
# ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
# RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install debugpy typing_extensions psutil

################################################################
Expand Down
2 changes: 1 addition & 1 deletion plugins/vscode-typescript
Submodule vscode-typescript updated 2 files
+2,016 −2,192 package-lock.json
+2 −2 package.json

0 comments on commit 561ab2c

Please sign in to comment.