mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 08:59:23 +01:00
More stable apt autoclean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user