More stable apt autoclean

This commit is contained in:
Markus Opolka
2019-07-15 14:10:30 +02:00
parent 10c98a5eb4
commit 68881a29f1
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN set -ex; \
libpq-dev \
netcat \
\
&& apt-get autoclean; apt-get autoremove; \
&& apt-get -y autoclean; apt-get -y autoremove; \
rm -rf /var/lib/apt/lists/*
# Link LDAP library for PHP ldap extension