Skip to content

Commit

Permalink
fix: add missing librocksdb8.9 to Dockerfile (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil authored Oct 16, 2024
1 parent 8bff7e3 commit 710424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ FROM ubuntu:noble AS runtime

# Install dependencies (and cleanup afterward)
RUN apt-get update && \
apt-get install -y libsqlite3-0 && \
apt-get install -y librocksdb8.9 libsqlite3-0 && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}
Expand Down

0 comments on commit 710424c

Please sign in to comment.