File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ COPY . .
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########################################################################################
1414
1515FROM debian:bookworm-slim
1616
1717RUN apt-get update && apt-get install -y --no-install-recommends \
18- openssl ca-certificates \
18+ openssl ca-certificates protobuf-compiler \
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