Skip to content

Commit 579f375

Browse files
committed
Fix: update dockerfile
1 parent 80f5e83 commit 579f375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
####################################################################################################
44
FROM rust:bookworm AS builder
55

6-
RUN apt update && apt install -y protobuf-compiler
6+
RUN apt update && apt install -y protobuf-compiler cmake
77
RUN update-ca-certificates
88

99
# Create appuser

0 commit comments

Comments
 (0)