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: Clean more
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 7, 2022
1 parent 7e74607 commit f71c8b6
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 rm -rf /var/lib/apt/lists/*
RUN sudo rm -rf /var/cache/debconf/* /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Fast doc rebuilds do not work because
# "loading pickled environment... failed; source directory has changed"
# Until this is fixed, we can as well remove the whole documentation, which saves a lot of space.
Expand Down

0 comments on commit f71c8b6

Please sign in to comment.