ménage
This commit is contained in:
parent
3822f02040
commit
d7ab649ac8
10
Dockerfile
10
Dockerfile
@ -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/*"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user