Fixed Fping location on Ubuntu and reverted PSK settings

This commit is contained in:
Alexey Pustovalov
2020-05-12 17:39:31 +03:00
43 changed files with 163 additions and 74 deletions

View File

@ -58,6 +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 && \
ln -sf /dev/fd/2 /var/log/nginx/error.log && \
DEBIAN_FRONTEND=noninteractive apt-get -y purge gpg dirmngr gpg-agent && \
apt-get -y autoremove && \
apt-get -y clean && \