Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 21:14:10 +02:00
committed by GitHub
parent 0d21e45cc8
commit cbea4cffec

View File

@@ -13,7 +13,7 @@ RUN \
# Install apps #
################
ps -e | grep -e apt -e adept | grep -v grep \
&& rm /var/lib/dpkg/lock \
# && rm /var/lib/dpkg/lock \
&& apt-get autoremove \
&& apt-get clean \
&& apt-get autoclean \