From 8b502251747ada3ae06f5ad9d8ed1f7c43c8a57e Mon Sep 17 00:00:00 2001 From: Harold Spencer Jr Date: Mon, 25 Sep 2023 12:28:09 -0700 Subject: [PATCH] Update build.sh to include nss (#99) --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index b7c86ff..c2a0b69 100755 --- a/build.sh +++ b/build.sh @@ -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;