mirror of https://github.com/MISP/misp-docker
Ensure CA certs are updated
parent
2f06a0ab10
commit
5b67d6c8a4
|
@ -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/*
|
||||
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* && update-ca-certificates
|
||||
|
||||
# MISP code
|
||||
# Download MISP using git in the /var/www/ directory.
|
||||
|
|
Loading…
Reference in New Issue