mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update comment in Dockerfile.alltools
Update to improve the readability
This commit is contained in:
parent
a1093d98eb
commit
5e302273bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
# 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
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
|
|
|||
Loading…
Reference in a new issue