diff --git a/Dockerfile b/Dockerfile index 6dec25d..3e1e614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1-slim-bookworm AS builder -RUN apt update && apt install -y make +RUN apt update && apt install -y make pkg-config clang COPY . /sources WORKDIR /sources