0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 11:06:09 +02:00

Cleanup pear cache

This commit is contained in:
J0WI 2021-03-24 23:47:15 +01:00
parent 19b28fa638
commit a5c7982d93
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@ RUN set -ex; \
redis \
imagick \
; \
rm -r /tmp/pear; \
\
runDeps="$( \
scanelf --needed --nobanner --format '%n#p' --recursive /usr/local/lib/php/extensions \

View file

@ -72,6 +72,7 @@ RUN set -ex; \
redis \
imagick \
; \
rm -r /tmp/pear; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies
apt-mark auto '.*' > /dev/null; \