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