Skip to content

Commit

Permalink
chore(docker): add Redis tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 30, 2023
1 parent 01ea5d4 commit 997e270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `cartesi-rollups-node` Go binary as a single entrypoint to execute all Cartesi Node services
- Added `authority-claimer` service
- Added `CHAIN_ID` environment variable to dispatcher config
- Added redis-tools to rollups-node Docker image

### Changed

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ USER root

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
libpq5 ca-certificates curl
libpq5 ca-certificates curl redis-tools
RUN rm -rf /var/lib/apt/lists/*

# Copy Rust binaries
Expand Down

0 comments on commit 997e270

Please sign in to comment.