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 3e5f5cc commit 446a8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge
# Install Node.js 12.x and Yarn
RUN apt-get update \
&& apt-get install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_12.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g yarn \
&& apt-get clean
Expand Down

0 comments on commit 446a8ad

Please sign in to comment.