Updated Ubuntu images

This commit is contained in:
Alexey Pustovalov 2020-04-29 00:46:13 +03:00
parent b3e11ebd38
commit 8408cef289

View File

@ -58,7 +58,7 @@ RUN set -eux && \
rm -f /etc/nginx/conf.d/*.conf && \
rm -rf /var/cache/nginx/ && \
rm -f /etc/php/7.2/fpm/pool.d/www.conf && \
DEBIAN_FRONTEND=noninteractive apt-get -y purge curl gpg dirmngr gpg-agent && \
DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && \
apt-get -y autoremove && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*