Skip to content

Commit

Permalink
Geth build always runs an apk update first
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 29, 2022
1 parent 5aaf72e commit 363680e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/Dockerfile.binary
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG UID=10001
# GID 10002 is deliberate so it can exchange secret with CL
ARG GID=10002

RUN apk add --no-cache ca-certificates tzdata bash su-exec
RUN apk update && apk add --no-cache ca-certificates tzdata bash su-exec

RUN addgroup \
--gid "${GID}" \
Expand Down

0 comments on commit 363680e

Please sign in to comment.