Browse Source

ménage

master
Julien Cabillot 3 years ago
committed by root
parent
commit
0b39449cc8
1 changed files with 9 additions and 1 deletions
  1. 10
      Dockerfile

10
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/*"
Loading…
Cancel
Save