This commit is contained in:
root 2017-11-07 09:33:09 +01:00
parent 3822f02040
commit d7ab649ac8

View File

@ -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/*"