Remove logs
This commit is contained in:
parent
6cb2c960e2
commit
883ea22a27
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN set -eo pipefail; getcap -r / | awk '{ print $1 }' | xargs -I '{}' sh -c "se
|
||||||
|
|
||||||
RUN setcap cap_setuid=ep /usr/bin/newuidmap cap_setgid=ep /usr/bin/newgidmap
|
RUN setcap cap_setuid=ep /usr/bin/newuidmap cap_setgid=ep /usr/bin/newgidmap
|
||||||
|
|
||||||
RUN find /var/cache/ /tmp/ /var/tmp/ -mindepth 1 -delete
|
RUN find /var/cache/ /var/log/ /tmp/ /var/tmp/ -mindepth 1 -delete
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue