Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-03-25 02:07:30 +0300
committerGitHub <noreply@github.com>2021-03-25 02:07:30 +0300
commitb4799f5fc5dfa2c81397157bbd983d75a0a87de3 (patch)
tree2571bbab830e5d80d1a284a082b1d4da278d57d3 /Dockerfile-debian.template
parent314dfb4cda4b154656dd1f602ed47310e7c4b82b (diff)
Cleanup pear cache (#1458)
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index a6c4e21..a472136 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -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; \