From f77cb8308243ba49ba3fe5a73ebbd27f00d9e266 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sun, 21 Jan 2024 12:38:54 +0700 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a6e4fe45..a56e32df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM oven/bun:1.0.18-debian as base 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 apt-get install nodejs -yq