Skip to content

Commit 3f2583d

Browse files
authored
Revert "Dockerfile.alltools: fix invalid command"
1 parent 26a4dbb commit 3f2583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alltools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apk add --no-cache ca-certificates
1313
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
1414

1515
RUN addgroup -g 1000 geth && \
16-
adduser -h /root -D -u 1000 -G geth geth && \
16+
adduser -h /root -D -u 1000 -G geth geth \
1717
chown geth:geth /root
1818

1919
USER geth

0 commit comments

Comments
 (0)