9 lines
134 B
Docker
9 lines
134 B
Docker
|
FROM ghcr.io/bnb-chain/bsc:1.4.8
|
||
|
|
||
|
USER root
|
||
|
|
||
|
# Add lz4, zstd and tar for extracting snapshot files
|
||
|
RUN apk add lz4 zstd tar
|
||
|
|
||
|
USER bsc
|