Skip to content

Commit

Permalink
Merge pull request #16478 from karalabe/fix-alltools-dockerfile
Browse files Browse the repository at this point in the history
Dockerfile.alltools: fix invalid command
  • Loading branch information
karalabe authored Apr 10, 2018
2 parents c7ab3e5 + 29213b1 commit 989ab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alltools
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 989ab26

Please sign in to comment.