mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-12 11:06:33 +00:00
Install linking system dependencies
This commit is contained in:
parent
fb99df76b9
commit
a77fab7d08
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