diff --git a/Dockerfile b/Dockerfile index 9e8a0f66..e450170b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,8 @@ COPY . . ARG NODE_VERSION=18 -RUN apt-get update && - apt-get install -y curl && - apt-get install unzip +RUN apt-get update +RUN apt-get install -y curl unzip RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18" && ln -s $HOME/.bun/bin/bun /usr/local/bin/bun