This commit is contained in:
Julien Cabillot 2017-11-07 09:33:09 +01:00 committed by root
parent 82c3332b64
commit 0b39449cc8

View File

@ -11,4 +11,12 @@ RUN apt-get update && \
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 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/*"