Skip to content

Commit 4de536b

Browse files
committed
build: add protobuf compiler to dockerfile
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 204e819 commit 4de536b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tap_aggregator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN cargo build --release --bin tap_aggregator
1010
FROM debian:bookworm-slim
1111

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

0 commit comments

Comments
 (0)