Skip to content

Commit

Permalink
Add ldb RocksDB query tool to the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Dec 7, 2023
1 parent 1ccf5fb commit 877e4d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apt-get -qq update && \
ca-certificates \
protobuf-compiler \
rsync \
rocksdb-tools \
; \
rm -rf /var/lib/apt/lists/* /tmp/*

Expand Down Expand Up @@ -181,7 +182,8 @@ COPY --from=release /entrypoint.sh /

RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates
ca-certificates \
rocksdb-tools

# Config settings for zebrad
ARG FEATURES
Expand Down

0 comments on commit 877e4d5

Please sign in to comment.