We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a4dbb commit 3f2583dCopy full SHA for 3f2583d
Dockerfile.alltools
@@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates
13
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
14
15
RUN addgroup -g 1000 geth && \
16
- adduser -h /root -D -u 1000 -G geth geth && \
+ adduser -h /root -D -u 1000 -G geth geth \
17
chown geth:geth /root
18
19
USER geth
0 commit comments