Install bun from Dockerfile instead of devcontainer feature

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:09:08 +00:00
parent acf9f7f696
commit 403d40ab8c
2 changed files with 4 additions and 3 deletions

View File

@@ -4,3 +4,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends \
curl unzip git ca-certificates \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://bun.sh/install | bash \
&& ln -s /root/.bun/bin/bun /usr/local/bin/bun \
&& ln -s /root/.bun/bin/bunx /usr/local/bin/bunx