Revert "Ensure CA certs are updated"

This reverts commit 5b67d6c8a4.
pull/1/head
Jason Kendall 2020-05-18 09:22:41 -04:00
parent 5b67d6c8a4
commit 5083315a00
1 changed files with 1 additions and 1 deletions

View File

@ -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.