aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile.alltools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.alltools b/Dockerfile.alltools
index 2175edbcb..ec0ae92dd 100644
--- a/Dockerfile.alltools
+++ b/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