Merge pull request #5859 from DominikPeters/chromium-driver-dockerfile
Add chromium-driver to Dockerfile
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apt-get update -qq \
|
|||||||
unzip
|
unzip
|
||||||
|
|
||||||
# Install Chromium for E2E integration tests
|
# 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
|
# Files created inside the container repect the ownership
|
||||||
RUN adduser --shell /bin/bash --disabled-password --gecos "" consul \
|
RUN adduser --shell /bin/bash --disabled-password --gecos "" consul \
|
||||||
|
|||||||
Reference in New Issue
Block a user