Skip to content

Commit

Permalink
fix: e2e test make docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Sep 20, 2024
1 parent 4a7caf1 commit a2ac117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
FROM golang:1.23.1-bullseye

RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
RUN apt-get -qq install -y libleveldb-dev librocksdb-dev >/dev/null

# Set up build directory /src/cometbft
ENV COMETBFT_BUILD_OPTIONS badgerdb,boltdb,cleveldb,rocksdb
Expand Down

0 comments on commit a2ac117

Please sign in to comment.