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/ && \