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 f5a4f5f commit cabb166Copy full SHA for cabb166
NodeChrome/Dockerfile.txt
@@ -51,7 +51,8 @@ RUN chmod +x /opt/google/chrome/google-chrome
51
52
RUN chown -R seluser:seluser /opt/selenium
53
54
-USER seluser
55
# Following line fixes
56
# https://github.com/SeleniumHQ/docker-selenium/issues/87
57
-ENV DBUS_SESSION_BUS_ADDRESS=/dev/null
+RUN echo "DBUS_SESSION_BUS_ADDRESS=/dev/null" >> /etc/environment
+
58
+USER seluser
0 commit comments