From e8cbf6e1461c49551401398e76232d682762890a Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 21:44:36 +0600 Subject: [PATCH] update --- client/Dockerfile.windows | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index d523df2..3523f08 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -2,6 +2,10 @@ FROM ubuntu:latest WORKDIR /app +RUN apt update + +RUN apt install curl + RUN curl -o- https://fnm.vercel.app/install | bash RUN fnm install 24