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