This commit is contained in:
Cabillot Julien 2018-05-18 15:13:20 -04:00
parent 1865c35c17
commit 220a755bcd

View File

@ -11,12 +11,10 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
apt-get -qq --yes autoremove --purge && \
apt-get -qq --yes clean all && \
rm -rf "/usr/share/doc/"* \
"/var/cache/"* \
"/var/lib/apt/lists/"* \
"/usr/src/"* \
"/var/cache/"* \
"/var/lib/apt/lists/"* \
"/var/log/"{apt/*,dpkg.log} \
"/var/www/html" \
"/tmp/"*
WORKDIR "/data"