From e095cbe291b5f7b7be50245d07139753f5118ec8 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 21 Jan 2024 12:39:58 +0700 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a56e32df..a9ea0529 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/prasi COPY . . RUN apt-get update RUN apt-get install curl gnupg -yq -RUN curl -sL https://deb.nodesource.com/setup_20.x | bash \ +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