diff --git a/server/Dockerfile b/server/Dockerfile index 98f39ca..cedcc77 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -92,7 +92,7 @@ ARG PHP_VER php-fpm \ # Unsure we need these zip unzip \ - && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* && update-ca-certificates + && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # MISP code # Download MISP using git in the /var/www/ directory.