diff --git a/Dockerfile b/Dockerfile index e309ba5f..961e4f35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - RUN apt-get -y install nodejs RUN npm install -g pm2 RUN npm install -g node-gyp +RUN npm install -g node-gyp-build-optional-packages RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18"