diff options
-rw-r--r-- | latest/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 / |