From 708bf1ef8933ceee1cd070881c698a439f8c7d11 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Wed, 16 Jun 2021 10:05:28 +0200 Subject: [PATCH] Update Dockerfile add missing apt install ufw --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c85162c..4f67d0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,6 +78,7 @@ RUN apt-get install -y --no-install-recommends \ tar \ ttf-unifont \ unzip \ + ufw \ varnish \ wget \ zlib1g-dev \