From b887b6999733afbb7005728eada2394f98caac62 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Tue, 23 Dec 2025 00:07:40 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index 75fc418..ceeb40d 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -29,6 +29,7 @@ ENV COMMIT_SHA=$COMMIT_SHA \ RUN apt update && apt install -y \ nsis \ + clang \ lld \ llvm