File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,5 @@ FROM alpine:latest
1212RUN apk add --no-cache ca-certificates
1313COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
1414
15- RUN addgroup -g 1000 geth && \
16- adduser -h /root -D -u 1000 -G geth geth && \
17- chown geth:geth /root
18-
19- USER geth
20-
2115EXPOSE 8545 8546 30303 30303/udp 30304/udp
2216ENTRYPOINT ["geth" ]
Original file line number Diff line number Diff line change @@ -12,10 +12,4 @@ FROM alpine:latest
1212RUN apk add --no-cache ca-certificates
1313COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
1414
15- RUN addgroup -g 1000 geth && \
16- adduser -h /root -D -u 1000 -G geth geth \
17- chown geth:geth /root
18-
19- USER geth
20-
2115EXPOSE 8545 8546 30303 30303/udp 30304/udp
You can’t perform that action at this time.
0 commit comments