Revert "Dockerfile.alltools: fix invalid command"
This commit is contained in:
parent
26a4dbb467
commit
3f2583d6d1
@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates
|
|||||||
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
|
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
|
||||||
|
|
||||||
RUN addgroup -g 1000 geth && \
|
RUN addgroup -g 1000 geth && \
|
||||||
adduser -h /root -D -u 1000 -G geth geth && \
|
adduser -h /root -D -u 1000 -G geth geth \
|
||||||
chown geth:geth /root
|
chown geth:geth /root
|
||||||
|
|
||||||
USER geth
|
USER geth
|
||||||
|
Loading…
Reference in New Issue
Block a user