We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354d6b0 commit 2e346ceCopy full SHA for 2e346ce
scripts/dev-image/Dockerfile
@@ -1,6 +1,8 @@
1
# Used to create a development image for working on Selenium
2
FROM shs96c/selenium-remote-build:latest
3
4
+USER root
5
+
6
RUN apt-get update -qqy && apt-get install -y wget curl gnupg2
7
8
# So we can install browsers later
@@ -22,7 +24,6 @@ RUN apt-get update -qqy && \
22
24
ADD https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 /usr/bin/bazelisk
23
25
RUN chmod 755 /usr/bin/bazelisk && ln -sf /usr/bin/bazelisk /usr/bin/bazel
26
-RUN useradd -ms /bin/bash dev
27
RUN chmod 777 /
28
USER dev
29
WORKDIR /home/dev
0 commit comments