Skip to content

Commit

Permalink
Install linking system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Mar 11, 2022
1 parent bbeb07f commit 19d7885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 . .
Expand Down

0 comments on commit 19d7885

Please sign in to comment.