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 3e4cd6b commit 9b4f5b0Copy full SHA for 9b4f5b0
Docker/selenium-firefox/Dockerfile
@@ -14,6 +14,7 @@ RUN apt-get update \
14
RUN update-ca-certificates
15
16
# OPTIONAL: Install dumb-init (Very handy for easier signal handling of SIGINT/SIGTERM/SIGKILL etc.)
17
+RUN nc -zv objects.githubusercontent.com 443
18
RUN wget "https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_amd64.deb"
19
RUN dpkg -i dumb-init_*.deb
20
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
0 commit comments