mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-27 11:31:11 +00:00
Install linking system dependencies
This commit is contained in:
parent
1526be7aac
commit
317e7fe6ad
1 changed files with 1 additions and 0 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue