purge des executables
This commit is contained in:
parent
cb8b9b8625
commit
3822f02040
@ -1,5 +1,5 @@
|
|||||||
ARG VERSION=latest
|
ARG VERSION="latest"
|
||||||
FROM "registry.cabillot.eu/www/phpapache":${VERSION}
|
FROM "registry.cabillot.eu/www/phpapache:${VERSION}"
|
||||||
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
|
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
|
||||||
|
|
||||||
# Nécessaire pour le git clone plus loin
|
# Nécessaire pour le git clone plus loin
|
||||||
@ -10,4 +10,5 @@ RUN apt-get update && \
|
|||||||
docker-php-ext-install gd && \
|
docker-php-ext-install gd && \
|
||||||
apt-get clean all && \
|
apt-get clean all && \
|
||||||
rmdir "/var/www/html" && \
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user