mirror of https://github.com/MISP/misp-docker
Update Dockerfile
parent
6ac38fcb19
commit
bc6782d124
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue