aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-04-23 20:23:14 +0800
committerGitHub <noreply@github.com>2018-04-23 20:23:14 +0800
commit3f2583d6d1ca3834d7b11c6d5477395eaca2e07b (patch)
tree29c2e818d9c30e4d4392206e4b044b2315e12d5a
parent26a4dbb4677eb14c3cc96c7b7591820454956b45 (diff)
downloadgo-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.tar
go-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.tar.gz
go-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.tar.bz2
go-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.tar.lz
go-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.tar.xz
go-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.tar.zst
go-tangerine-3f2583d6d1ca3834d7b11c6d5477395eaca2e07b.zip
Revert "Dockerfile.alltools: fix invalid command"
-rw-r--r--Dockerfile.alltools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.alltools b/Dockerfile.alltools
index ec0ae92dd..2175edbcb 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