We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12b9b4 commit 54b4f6fCopy full SHA for 54b4f6f
1 file changed
Dockerfile
@@ -72,11 +72,6 @@ RUN apt-get update -y && \
72
# Setup system locale for pip package encoding/decoding
73
RUN locale-gen en_US.UTF-8
74
75
-RUN echo "Testing DNS resolution..." && \
76
- nslookup github.com && \
77
- ping -c 2 github.com && \
78
- curl -I https://github.com
79
-
80
# Set up TPLs for SPEC
81
WORKDIR /home/spheral/workspace/
82
@@ -111,11 +106,6 @@ ARG HOST_CONFIG=docker-$SPEC
111
106
ARG JCXX=8
112
107
ARG JPY=1
113
108
114
115
116
117
118
119
109
120
110
121
# Copy Spheral source and generate host config from tpl-manager (all dependencies should already be installed).
0 commit comments