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

Commit f71c8b6

Browse files
author
Matthias Koeppe
committed
docker/.gitpod.Dockerfile: Clean more
1 parent 7e74607 commit f71c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASE_GITHUB_REPOSITORY=sagemath/sage
22
ARG BASE_TAG=dev
33
FROM ghcr.io/${BASE_GITHUB_REPOSITORY}/sage-docker-gitpod-standard-with-targets:${BASE_TAG} as with-targets
4-
RUN sudo rm -rf /var/lib/apt/lists/*
4+
RUN sudo rm -rf /var/cache/debconf/* /var/lib/apt/lists/* /tmp/* /var/tmp/*
55
# Fast doc rebuilds do not work because
66
# "loading pickled environment... failed; source directory has changed"
77
# Until this is fixed, we can as well remove the whole documentation, which saves a lot of space.

0 commit comments

Comments
 (0)