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