Skip to content

Commit

Permalink
add tini for docker image (bnb-chain#90)
Browse files Browse the repository at this point in the history
Co-authored-by: swift.du <yalin.du@binance.com>
  • Loading branch information
2 people authored and vietthang207 committed May 11, 2021
1 parent df36f2c commit d1ebbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cd /go-ethereum && make geth
# Pull Geth into a second stage deploy alpine container
FROM alpine:latest

RUN apk add --no-cache ca-certificates curl jq
RUN apk add --no-cache ca-certificates curl jq tini
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/

EXPOSE 8545 8546 8547 30303 30303/udp
Expand Down

0 comments on commit d1ebbf5

Please sign in to comment.