diff --git a/Dockerfile b/Dockerfile index da0a11425..7a01d39a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV PATH="${PATH}:/root/.bun/bin" RUN apt update RUN apt install curl unzip patch -y -RUN curl https://bun.sh/install +RUN curl -fsSL https://bun.sh/install | bash RUN bun -v