Skip to content

Commit

Permalink
feat(release): move to bun in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 27, 2024
1 parent 37e1673 commit 87f3632
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ FROM ghcr.io/foundry-rs/foundry:nightly-ac802618e15039b31e464ae6d1fe3ee39f87cefd
FROM $CROSS_BASE_IMAGE
COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge

# Install Node.js 14.x and Yarn
RUN apt-get update \
&& apt-get install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g yarn \
&& apt-get clean

RUN apt-get update && apt-get install -y unzip
RUN curl -fsSL https://bun.sh/install | BUN_INSTALL=/usr bash

# Install Protobuf compiler v3
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip \
Expand Down

0 comments on commit 87f3632

Please sign in to comment.