good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4f91831a authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #16550 from ethereum/revert-16478-fix-alltools-dockerfile

Revert "Dockerfile.alltools: fix invalid command"
parents 26a4dbb4 3f2583d6
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
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
USER geth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment