From 95413d5b76a85b94a31d9529c9becece2117ac19 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 10 Jan 2026 14:13:40 +1100 Subject: [PATCH] build fix Signed-off-by: jokob-sk --- .devcontainer/resources/devcontainer-Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/resources/devcontainer-Dockerfile b/.devcontainer/resources/devcontainer-Dockerfile index 50888db2..3be5f533 100755 --- a/.devcontainer/resources/devcontainer-Dockerfile +++ b/.devcontainer/resources/devcontainer-Dockerfile @@ -35,7 +35,7 @@ RUN curl -L https://github.com/hadolint/hadolint/releases/latest/download/hadoli chmod +x /usr/local/bin/hadolint # Install Selenium for UI testing -RUN pip install --break-system-packages selenium +RUN python3 -m pip install --break-system-packages selenium RUN install -d -o netalertx -g netalertx -m 755 /services/php/modules && \ cp -a /usr/lib/php83/modules/. /services/php/modules/ && \