From 0b39449cc8c77556d39016283ae03fce18033fb1 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Tue, 7 Nov 2017 09:33:09 +0100 Subject: [PATCH] =?UTF-8?q?m=C3=A9nage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 662b50e..5e4f18d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,12 @@ RUN apt-get update && \ apt-get clean all && \ rmdir "/var/www/html" && \ git clone "https://github.com/blueimp/jQuery-File-Upload.git" "/var/www/html" && \ - apt-get -y autoremove --purge git libpng12-dev + apt-get -y autoremove --purge git libpng12-dev && \ + apt-get -y clean all && \ + rm -rf "/usr/share/doc/*" \ + "/var/cache/*" \ + "/var/lib/apt/lists/*" \ + "/usr/src/*" \ + "/var/cache/*" \ + "/var/log/"{apt/*,dpkg.log} \ + "/tmp/*"