Skip to content

Commit

Permalink
ci: bun
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Oct 3, 2023
1 parent 08b359d commit 4b6a614
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ ENV PATH="${PATH}:/root/.bun/bin"
RUN apt update
RUN apt install curl unzip patch -y

# RUN mkdir -p /opt && \
# cp -a --parents /usr/lib/*/libstdc++.* /opt
RUN curl https://bun.sh/install | bash -s -- bun-v1.0.3

RUN curl -fsSL https://github.com/owenizedd/bum/raw/main/install.sh | bash
# RUN curl https://bun.sh/install | bash
RUN bum use 1.0.3
RUN which bun
RUN bun -v

# ? -------------------------
Expand Down

0 comments on commit 4b6a614

Please sign in to comment.