From a8b18b5ce048785f705d7dc7c0b129646d34f213 Mon Sep 17 00:00:00 2001 From: Ashley Sargeson Date: Thu, 30 Apr 2026 16:25:49 +1000 Subject: [PATCH] Add /var/www/MISP/app/Console to PATH --- core/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Dockerfile b/core/Dockerfile index 942eceb..65ba0b7 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -247,6 +247,8 @@ EOF FROM php-base +ENV PATH="/var/www/MISP/app/Console:${PATH}" + # Remove some defaults (kernel logging) and fix alternatives RUN sed -i '/imklog/s/^/#/' /etc/rsyslog.conf RUN update-alternatives --set php /usr/bin/php8.4