From 4855b82659d65cf77ebbfc96366c0bf3c2790e63 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 20 Jan 2024 06:40:34 +0700 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"