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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docker-armhf/nextcloudpi/Dockerfile')
-rw-r--r--docker-armhf/nextcloudpi/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-armhf/nextcloudpi/Dockerfile b/docker-armhf/nextcloudpi/Dockerfile
index 4751fd01..4cf448c2 100644
--- a/docker-armhf/nextcloudpi/Dockerfile
+++ b/docker-armhf/nextcloudpi/Dockerfile
@@ -45,6 +45,7 @@ for script in *.sh; do cleanup_script $script; done; \
apt-get autoremove -y; \
apt-get clean; \
rm -f /var/lib/apt/lists/*; \
+find /var/log -type f -exec rm {} \; ; \
rm -rf /usr/share/man/*; \
rm -rf /usr/share/doc/*; \
rm -f /var/log/alternatives.log /var/log/apt/*; \