From 7263f914f00285a3884eba08b5c889e28aa0730c Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 21 Jan 2024 12:29:40 +0700 Subject: [PATCH] fix --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe0dae00..a6e4fe45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,10 @@ FROM oven/bun:1.0.18-debian as base WORKDIR /usr/src/prasi COPY . . -RUN bun i -g node-gyp-build-optional-packages +RUN apt-get install curl gnupg -yq +RUN curl -sL https://deb.nodesource.com/setup_20.x | bash \ +RUN apt-get install nodejs -yq +RUN npm i -g node-gyp-build-optional-packages @parcel/watcher RUN bun install RUN bun run build