Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
docker/.gitpod.Dockerfile: hardcode python3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 31, 2022
1 parent eacd393 commit 3f71861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_GITHUB_REPOSITORY=sagemath/sage
ARG BASE_TAG=dev
FROM ghcr.io/${BASE_GITHUB_REPOSITORY}/sage-docker-gitpod-standard-with-targets:${BASE_TAG} as with-targets
RUN sudo apt-get install -y $(cd $HOME/sage && PATH=build/bin:$PATH build/bin/sage-get-system-packages debian pip)
RUN sudo apt-get install -y python3-pip
RUN sudo rm -rf /var/cache/debconf/* /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN python3 -m pip install --user git+https://github.com/sagemath/git-trac-command
# Fast doc rebuilds do not work because
Expand Down

0 comments on commit 3f71861

Please sign in to comment.