Skip to content

Commit 9b4f5b0

Browse files
committed
try nc
1 parent 3e4cd6b commit 9b4f5b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Docker/selenium-firefox/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get update \
1414
RUN update-ca-certificates
1515

1616
# OPTIONAL: Install dumb-init (Very handy for easier signal handling of SIGINT/SIGTERM/SIGKILL etc.)
17+
RUN nc -zv objects.githubusercontent.com 443
1718
RUN wget "https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_amd64.deb"
1819
RUN dpkg -i dumb-init_*.deb
1920
ENTRYPOINT ["/usr/bin/dumb-init", "--"]

0 commit comments

Comments
 (0)