diff --git a/Dockerfile b/Dockerfile
index ff72611..9d4ac98 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 . .