From c665c19cf31613180fc7ac1b8bb6df200b9dc0a8 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 21:47:24 +0600 Subject: [PATCH] update --- client/Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index 2fd555e..663bb23 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -4,7 +4,7 @@ WORKDIR /app RUN apt update -RUN apt install -y curl +RUN apt install -y curl unzip RUN curl -o- https://fnm.vercel.app/install | bash