Replace busybox wget with wget on alpine to attempt to resolve DNS issues

See https://github.com/alpinelinux/docker-alpine/issues/155.
This commit is contained in:
Luke Parker
2025-08-10 12:12:54 -04:00
parent f8aee9b3c8
commit b934e484cc
5 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ FROM alpine:latest AS lighthouse
ENV LIGHTHOUSE_VERSION=5.1.3
RUN apk --no-cache add git gnupg
RUN apk --no-cache add wget git gnupg
# Download lighthouse
RUN wget https://github.com/sigp/lighthouse/releases/download/v${LIGHTHOUSE_VERSION}/lighthouse-v${LIGHTHOUSE_VERSION}-$(uname -m)-unknown-linux-gnu.tar.gz

View File

@@ -25,6 +25,8 @@ FROM alpine:latest AS nimbus
ENV NIMBUS_VERSION=24.3.0
ENV NIMBUS_COMMIT=dc19b082
RUN apk --no-cache add wget
# Download nimbus
RUN wget https://github.com/status-im/nimbus-eth2/releases/download/v${{NIMBUS_VERSION}}/nimbus-eth2_Linux_{platform}_${{NIMBUS_VERSION}}_${{NIMBUS_COMMIT}}.tar.gz