fix dockerfile
This commit is contained in:
parent
653aaac72f
commit
813d67aa54
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue