Skip to content

Commit

Permalink
Update build.sh to include nss (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspencer77 authored Sep 25, 2023
1 parent 984238b commit 8b50225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# This script runs in the docker container, to set up the rust toolchain
# needed to build the adblock-rs node module.

yum install -y openssl-devel;
yum install -y openssl-devel nss;
curl https://sh.rustup.rs -sSf > /tmp/sh.rustup.rs;
sh /tmp/sh.rustup.rs -y;
source ~/.cargo/env;
npm config set audit false;
npm install;
npm i npm@8 -g;
#npm i npm@8 -g;
#npm audit fix;

0 comments on commit 8b50225

Please sign in to comment.