Install linking system dependencies

This commit is contained in:
Luca P 2022-03-11 22:46:21 +00:00
parent 1526be7aac
commit 317e7fe6ad

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 . .