diff --git a/Dockers/remote-node-container/Dockerfile b/Dockers/remote-node-container/Dockerfile index 9ad4019..e44c686 100644 --- a/Dockers/remote-node-container/Dockerfile +++ b/Dockers/remote-node-container/Dockerfile @@ -11,7 +11,7 @@ RUN npm install -g pm2 RUN apt-get update && apt-get install -y git openssh-client openssh-server software-properties-common sudo # Install additional package managers -RUN npm install -g yarn pnpm +RUN npm install -g pnpm RUN curl -fsSL https://bun.sh/install | bash # Clone and setup linux-presets