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 0eabf2d commit 017c263Copy full SHA for 017c263
system-test/Dockerfile.linux
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y curl $ADDITIONAL_PACKAGES \
15
&& rm -rf /var/lib/apt/lists/*
16
17
ENV NVM_DIR /bin/.nvm
18
+# Force ipv4 results first b/275122541
19
+ENV NODE_OPTIONS="--dns-result-order=ipv4first"
20
RUN mkdir -p $NVM_DIR
21
22
system-test/Dockerfile.node-alpine
@@ -8,6 +8,8 @@ RUN go get github.com/google/pprof
8
FROM node:${NODE_VERSION}-alpine
9
10
ARG ADDITIONAL_PACKAGES
11
12
13
14
RUN apk add --no-cache bash $ADDITIONAL_PACKAGES
WORKDIR /root/
0 commit comments