From b05a7324d68b0d23517a6763cb8cc72d2a8dd3c5 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 21:45:17 +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 3523f08..2fd555e 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -4,7 +4,7 @@ WORKDIR /app RUN apt update -RUN apt install curl +RUN apt install -y curl RUN curl -o- https://fnm.vercel.app/install | bash