File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN cargo build --release --bin indexer-service-rs
1616FROM debian:bookworm-slim
1717
1818RUN apt-get update && apt-get install -y --no-install-recommends \
19- openssl ca-certificates protobuf-compiler \
19+ openssl ca-certificates protobuf-compiler libsasl2-2 \
2020 && rm -rf /var/lib/apt/lists/*
2121COPY --from=build /root/target/release/indexer-service-rs /usr/local/bin/indexer-service-rs
2222
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN cargo build --release --bin indexer-tap-agent
1515FROM debian:bookworm-slim
1616
1717RUN apt-get update && apt-get install -y --no-install-recommends \
18- openssl ca-certificates protobuf-compiler \
18+ openssl ca-certificates protobuf-compiler libsasl2-2 \
1919 && rm -rf /var/lib/apt/lists/*
2020COPY --from=build /root/target/release/indexer-tap-agent /usr/local/bin/indexer-tap-agent
2121
You can’t perform that action at this time.
0 commit comments