Skip to content

Commit

Permalink
Fix docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Sep 28, 2024
1 parent 19f69af commit 0c0064b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.78-slim AS builder
FROM rust:1.81-slim AS builder

RUN rustup component add rustfmt
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

COPY . /sources
WORKDIR /sources
Expand Down

0 comments on commit 0c0064b

Please sign in to comment.