Unverified Commit 3f2583d6 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Revert "Dockerfile.alltools: fix invalid command"

parent 26a4dbb4
...@@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment