We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f69af commit 0c0064bCopy full SHA for 0c0064b
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM rust:1.78-slim AS builder
+FROM rust:1.81-slim AS builder
2
3
RUN rustup component add rustfmt
4
-RUN apt-get update && apt-get install -y libssl-dev pkg-config clang
+RUN apt-get update && apt-get install -y pkg-config clang cmake
5
6
COPY . /sources
7
WORKDIR /sources
0 commit comments