Skip to content

Commit

Permalink
build: add protobuf compiler to dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Dec 26, 2024
1 parent 204e819 commit 4de536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tap_aggregator
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN cargo build --release --bin tap_aggregator
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
openssl ca-certificates \
openssl ca-certificates protobuf-compiler \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build /root/target/release/tap_aggregator /usr/local/bin/tap_aggregator

Expand Down

0 comments on commit 4de536b

Please sign in to comment.