Merge pull request #5859 from DominikPeters/chromium-driver-dockerfile

Add chromium-driver to Dockerfile
This commit is contained in:
Javi Martín
2025-03-01 19:16:09 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ RUN apt-get update -qq \
unzip
# Install Chromium for E2E integration tests
RUN apt-get update -qq && apt-get install -y chromium
RUN apt-get update -qq && apt-get install -y chromium chromium-driver
# Files created inside the container repect the ownership
RUN adduser --shell /bin/bash --disabled-password --gecos "" consul \