From 82c3332b64fefc546d6f281824dcb95fa3f3a0fc Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Mon, 6 Nov 2017 19:44:59 +0100 Subject: [PATCH] purge des executables --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 931039d..662b50e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG VERSION=latest -FROM "registry.cabillot.eu/www/phpapache":${VERSION} +ARG VERSION="latest" +FROM "registry.cabillot.eu/www/phpapache:${VERSION}" MAINTAINER "Julien Cabillot " # Nécessaire pour le git clone plus loin @@ -10,4 +10,5 @@ RUN apt-get update && \ docker-php-ext-install gd && \ apt-get clean all && \ rmdir "/var/www/html" && \ - git clone "https://github.com/blueimp/jQuery-File-Upload.git" "/var/www/html" + git clone "https://github.com/blueimp/jQuery-File-Upload.git" "/var/www/html" && \ + apt-get -y autoremove --purge git libpng12-dev