We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204e819 commit 4de536bCopy full SHA for 4de536b
Dockerfile.tap_aggregator
@@ -10,7 +10,7 @@ RUN cargo build --release --bin tap_aggregator
10
FROM debian:bookworm-slim
11
12
RUN apt-get update && apt-get install -y --no-install-recommends \
13
- openssl ca-certificates \
+ openssl ca-certificates protobuf-compiler \
14
&& rm -rf /var/lib/apt/lists/*
15
COPY --from=build /root/target/release/tap_aggregator /usr/local/bin/tap_aggregator
16
0 commit comments