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 7f63db4 commit 1bb8e00Copy full SHA for 1bb8e00
Dockerfile.tap_aggregator
@@ -1,6 +1,11 @@
1
FROM rust:1.83-bookworm as build
2
3
WORKDIR /root
4
+
5
+RUN apt-get update && apt-get install -y --no-install-recommends \
6
+ protobuf-compiler \
7
+ && rm -rf /var/lib/apt/lists/*
8
9
COPY . .
10
11
RUN cargo build --release --bin tap_aggregator
0 commit comments