Cleanup pear cache (#1458)

pull/1468/head
J0WI 5 years ago committed by GitHub
parent 314dfb4cda
commit b4799f5fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 \

@ -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; \

Loading…
Cancel
Save