Update Dockerfile

pull/202/head
Koen Van Impe 2025-01-09 10:18:24 +01:00
parent 6ac38fcb19
commit bc6782d124
1 changed files with 2 additions and 3 deletions

View File

@ -178,6 +178,8 @@ FROM php-base
gpg-agent \
mariadb-client \
rsync \
# Include rsyslog to support syslogger
rsyslog \
# PHP Requirements
php8.2 \
php8.2-apcu \
@ -262,9 +264,6 @@ EOF
touch /var/www/MISP/.git/ORIG_HEAD && chmod 0600 /var/www/MISP/.git/ORIG_HEAD && chown www-data:www-data /var/www/MISP/.git/ORIG_HEAD
EOF
# Include rsyslog to support syslogger
RUN apt-get update ; apt-get install -y rsyslog
# Copy all our image specific files to appropriate locations
COPY files/ /
ENTRYPOINT [ "/entrypoint.sh" ]