Skip to content

Commit f74f255

Browse files
committed
fix: ipv4 to resolve flaky buildx network issues
1 parent 272c0c7 commit f74f255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/dockerfiles/dockerfile_web

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ COPY web/package.json ./web/
1111
COPY valhalla/jawn/package.json ./valhalla/jawn/
1212
COPY bifrost/package.json ./bifrost/
1313

14+
ENV NODE_OPTIONS="--dns-result-order=ipv4first"
15+
1416
RUN yarn install --frozen-lockfile --network-timeout 300000
1517

1618
COPY packages/ ./packages/

0 commit comments

Comments
 (0)