Skip to content

Commit 350b787

Browse files
Merge pull request #4463 from OffchainLabs/no-ipv6-port
Port - Prefer IPv4
2 parents af73e7d + bc8f772 commit 350b787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
317317
chmod -R 555 /home/user/target/machines && \
318318
apt-get clean && \
319319
rm -rf /var/lib/apt/lists/* /usr/share/doc/* /var/cache/ldconfig/aux-cache /usr/lib/python3.9/__pycache__/ /usr/lib/python3.9/*/__pycache__/ /var/log/* && \
320+
echo 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf && \
320321
nitro --version
321322

322323
USER user

0 commit comments

Comments
 (0)