Skip to content

Commit 54b4f6f

Browse files
committed
Took out diagnostics for DNS
1 parent d12b9b4 commit 54b4f6f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ RUN apt-get update -y && \
7272
# Setup system locale for pip package encoding/decoding
7373
RUN locale-gen en_US.UTF-8
7474

75-
RUN echo "Testing DNS resolution..." && \
76-
nslookup github.com && \
77-
ping -c 2 github.com && \
78-
curl -I https://github.com
79-
8075
# Set up TPLs for SPEC
8176
WORKDIR /home/spheral/workspace/
8277

@@ -111,11 +106,6 @@ ARG HOST_CONFIG=docker-$SPEC
111106
ARG JCXX=8
112107
ARG JPY=1
113108

114-
RUN echo "Testing DNS resolution..." && \
115-
nslookup github.com && \
116-
ping -c 2 github.com && \
117-
curl -I https://github.com
118-
119109
WORKDIR /home/spheral/workspace/
120110

121111
# Copy Spheral source and generate host config from tpl-manager (all dependencies should already be installed).

0 commit comments

Comments
 (0)