Skip to content

Commit 0c0064b

Browse files
committed
Fix docker builds
1 parent 19f69af commit 0c0064b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM rust:1.78-slim AS builder
1+
FROM rust:1.81-slim AS builder
22

33
RUN rustup component add rustfmt
4-
RUN apt-get update && apt-get install -y libssl-dev pkg-config clang
4+
RUN apt-get update && apt-get install -y pkg-config clang cmake
55

66
COPY . /sources
77
WORKDIR /sources

0 commit comments

Comments
 (0)