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