Install linking system dependencies

This commit is contained in:
Luca P 2022-03-11 22:46:21 +00:00
parent 7b1da87ccf
commit 9e6e7fd04d

View file

@ -1,5 +1,6 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.59.0 as chef
WORKDIR /app
RUN apt update && apt install lld clang -y
FROM chef as planner
COPY . .