mirror of https://github.com/MISP/misp-docker
Update Dockerfile
parent
6ac38fcb19
commit
bc6782d124
|
|
@ -178,6 +178,8 @@ FROM php-base
|
||||||
gpg-agent \
|
gpg-agent \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
rsync \
|
rsync \
|
||||||
|
# Include rsyslog to support syslogger
|
||||||
|
rsyslog \
|
||||||
# PHP Requirements
|
# PHP Requirements
|
||||||
php8.2 \
|
php8.2 \
|
||||||
php8.2-apcu \
|
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
|
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
|
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 all our image specific files to appropriate locations
|
||||||
COPY files/ /
|
COPY files/ /
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue