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
16
16
FROM debian:bookworm-slim
17
17
18
18
RUN apt-get update && apt-get install -y --no-install-recommends \
19
- openssl ca-certificates protobuf-compiler \
19
+ openssl ca-certificates protobuf-compiler libsasl2-2 \
20
20
&& rm -rf /var/lib/apt/lists/*
21
21
COPY --from=build /root/target/release/indexer-service-rs /usr/local/bin/indexer-service-rs
22
22
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN cargo build --release --bin indexer-tap-agent
15
15
FROM debian:bookworm-slim
16
16
17
17
RUN apt-get update && apt-get install -y --no-install-recommends \
18
- openssl ca-certificates protobuf-compiler \
18
+ openssl ca-certificates protobuf-compiler libsasl2-2 \
19
19
&& rm -rf /var/lib/apt/lists/*
20
20
COPY --from=build /root/target/release/indexer-tap-agent /usr/local/bin/indexer-tap-agent
21
21
You can’t perform that action at this time.
0 commit comments