Dockerfile.alltools: fix invalid command

pull/16478/head
Péter Szilágyi 7 years ago
parent 149f706fde
commit 29213b1f8f
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  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