Update Dockerfile

add missing apt install ufw
This commit is contained in:
Olivier DEBAUCHE 2021-06-16 10:05:28 +02:00 committed by GitHub
parent 6593972645
commit 708bf1ef89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ RUN apt-get install -y --no-install-recommends \
tar \ tar \
ttf-unifont \ ttf-unifont \
unzip \ unzip \
ufw \
varnish \ varnish \
wget \ wget \
zlib1g-dev \ zlib1g-dev \