mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 05:56:35 +00:00
Install linking system dependencies
This commit is contained in:
parent
bbeb07f0c4
commit
19d788569d
1 changed files with 1 additions and 0 deletions
|
@ -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 . .
|
||||||
|
|
Loading…
Reference in a new issue