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

Revert "Dockerfile.alltools: fix invalid command"
This commit is contained in:
Péter Szilágyi 2018-04-23 15:23:47 +03:00 committed by GitHub
commit 4f91831aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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