File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:bookworm-slim
22
33RUN apt-get update && apt-get install -y --no-install-recommends \
44 openssl ca-certificates protobuf-compiler postgresql-client curl \
5- jq git linux-perf \
5+ jq git linux-perf libsasl2-dev \
66 strace valgrind procps \
77 bpftrace linux-headers-generic \
88 && rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY ../../ .
77#
88ENV SQLX_OFFLINE=true
99RUN apt-get update && apt-get install -y --no-install-recommends \
10- protobuf-compiler && rm -rf /var/lib/apt/lists/*
10+ protobuf-compiler libsasl2-dev && rm -rf /var/lib/apt/lists/*
1111RUN cargo build --release --bin indexer-service-rs
1212
1313# #######################################################################################
Original file line number Diff line number Diff line change 77# the prepared files in the `.sqlx` directory.
88ENV SQLX_OFFLINE=true
99RUN apt-get update && apt-get install -y --no-install-recommends \
10- protobuf-compiler && rm -rf /var/lib/apt/lists/*
10+ protobuf-compiler libsasl2-dev && rm -rf /var/lib/apt/lists/*
1111RUN cargo build --release --bin indexer-tap-agent
1212
1313# #######################################################################################
You can’t perform that action at this time.
0 commit comments