Skip to content

Commit

Permalink
Revert "Dockerfile.alltools: fix invalid command"
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored Apr 23, 2018
1 parent 26a4dbb commit 3f2583d
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 3f2583d

Please sign in to comment.