Skip to content

Commit

Permalink
Add CURL on Dockerfile.release (#13418)
Browse files Browse the repository at this point in the history
Closes #13417
  • Loading branch information
tornadocontrib authored Jan 16, 2025
1 parent f55e05a commit 9dce1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ARG USER=erigon \
EXPOSED_PORTS

RUN --mount=type=bind,from=ci-cd-main-branch-builder,source=/build-${TARGETARCH},target=/tmp/erigon \
apk add --no-cache ca-certificates tzdata libstdc++ && \
apk add --no-cache curl ca-certificates tzdata libstdc++ && \
addgroup ${GROUP} && \
adduser -D -h /home/${USER} -G ${GROUP} ${USER} && \
install -d -o ${USER} -g ${GROUP} /home/${USER}/.local /home/${USER}/.local/share /home/${USER}/.local/share/erigon && \
Expand Down

0 comments on commit 9dce1c5

Please sign in to comment.