fix dockerfile

This commit is contained in:
Rizky 2024-01-20 06:19:25 +07:00
parent 653aaac72f
commit 813d67aa54
1 changed files with 2 additions and 3 deletions

View File

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