From c59a4ae1d8f8afb8ba553c77fd66d70a795e56b6 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 22 Aug 2019 10:42:25 +0200 Subject: Clean /tmp after installing with pip --- latest/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/latest/Dockerfile b/latest/Dockerfile index 47518d5..055ae0d 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -24,6 +24,7 @@ RUN mkdir -p /auth && \ ln -s /auth/htgroups /trac/.htgroups && \ mkdir -p /home/csa/ && \ ln -s /trac /home/csa/.trac && \ + rm -rf /tmp/.cache/ && \ chmod g=u /etc/passwd COPY docker-entrypoint.sh / -- cgit v1.2.1