Update comment in Dockerfile.alltools

Update to improve the readability
This commit is contained in:
aaRᴼn WᵃᴸᴸS_ 2024-11-03 19:13:51 +00:00 committed by GitHub
parent a1093d98eb
commit 5e302273bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
RUN cd /go-ethereum && go run build/ci.go install -static RUN cd /go-ethereum && go run build/ci.go install -static
# Pull all binaries into a second stage deploy alpine container # Pull all binaries into a second stage and deploy an alpine container
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates