From 6c75a947552954c3c51c46c3fd21e0807a41695a Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 20 Jan 2024 06:24:41 +0700 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13a686d8..db4851f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . ARG NODE_VERSION=18 RUN apt-get update -RUN apt-get install -y curl unzip +RUN apt-get install -y curl unzip bash RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18" RUN ln -s $HOME/.bun/bin/bun /usr/local/bin/bun