Merge pull request #16478 from karalabe/fix-alltools-dockerfile

Dockerfile.alltools: fix invalid command
release/1.8
Péter Szilágyi 7 years ago committed by GitHub
commit 989ab26028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.alltools

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

Loading…
Cancel
Save