Skip to content

Commit a7dcd7b

Browse files
author
Zachary Becker
authored
fix: add libraries to e2e (cometbft#5235)
--- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
1 parent e1a8604 commit a7dcd7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/e2e/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FROM debian:bookworm-slim AS runtime
2323
# Update system packages and install network utilities
2424
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
2525
RUN apt-get -qq install -y iputils-ping iproute2 >/dev/null
26+
RUN apt install libsnappy-dev libgflags-dev -y >/dev/null
2627

2728
WORKDIR /cometbft
2829
VOLUME /cometbft

test/e2e/docker/Dockerfile.debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FROM golang:1.23 AS runtime
2323
# Update system packages and install network utilities
2424
RUN apt-get -qq update -y && apt-get -qq upgrade -y >/dev/null
2525
RUN apt-get -qq install -y iputils-ping iproute2 >/dev/null
26+
RUN apt install libsnappy-dev libgflags-dev -y >/dev/null
2627
RUN apt-get -qq install -y zsh vim >/dev/null
2728
RUN go install github.com/go-delve/delve/cmd/dlv@latest
2829

0 commit comments

Comments
 (0)