We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f5e83 commit 579f375Copy full SHA for 579f375
1 file changed
Dockerfile
@@ -3,7 +3,7 @@
3
####################################################################################################
4
FROM rust:bookworm AS builder
5
6
-RUN apt update && apt install -y protobuf-compiler
+RUN apt update && apt install -y protobuf-compiler cmake
7
RUN update-ca-certificates
8
9
# Create appuser
0 commit comments