Install linking system dependencies

This commit is contained in:
Luca P 2022-03-11 22:46:21 +00:00
parent bbeb07f0c4
commit 19d788569d

View file

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