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.
2 parents 04baf82 + 88584de commit f5a4f5fCopy full SHA for f5a4f5f
NodeChrome/Dockerfile
@@ -56,7 +56,8 @@ RUN chmod +x /opt/google/chrome/google-chrome
56
57
RUN chown -R seluser:seluser /opt/selenium
58
59
-USER seluser
60
# Following line fixes
61
# https://github.com/SeleniumHQ/docker-selenium/issues/87
62
-ENV DBUS_SESSION_BUS_ADDRESS=/dev/null
+RUN echo "DBUS_SESSION_BUS_ADDRESS=/dev/null" >> /etc/environment
+
63
+USER seluser
0 commit comments