Skip to content

Commit

Permalink
Dockerfile.alltools: fix invalid command
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe authored and firmianavan committed Aug 28, 2018
1 parent abf2244 commit dcd4075
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 dcd4075

Please sign in to comment.