Skip to content

Commit

Permalink
feat(release): source
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 24, 2024
1 parent 42fd7cc commit d952e2b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ FROM $CROSS_BASE_IMAGE
COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge

ARG DEBIAN_FRONTEND=noninteractive
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
RUN export NVM_DIR="$HOME/.nvm"
RUN [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
RUN [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
SHELL ["/bin/bash", "-c"]
RUN nvm use 18

RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.20.0/install.sh | bash \
&& . ~/.nvm/nvm.sh \
&& nvm install 18 \
&& nvm use 18
RUN apt-get update && apt-get -y upgrade && apt-get install -y protobuf-compiler yarn

0 comments on commit d952e2b

Please sign in to comment.