use ubuntu nodejs

(not sure if anything is actually still using it)
This commit is contained in:
Jens Petersen 2022-12-30 23:45:40 +08:00
parent 1195a23daf
commit 9d60ad8f71
2 changed files with 3 additions and 2 deletions

View File

@ -133,6 +133,7 @@ apt-get install -y \
mono-mcs \
nettle-dev \
ninja-build \
nodejs \
openjdk-8-jdk \
python-mpltoolkits.basemap \
python3-matplotlib \

View File

@ -41,8 +41,8 @@ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
#update-alternatives --install "/usr/bin/opt" "opt" "/usr/bin/opt-9" 50
# nodejs 10 (nodejs8 in bionic needs conflicting libssl10-dev)
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
#curl -sL https://deb.nodesource.com/setup_10.x | bash -
#apt-get install -y nodejs
# install ocilib dependencies then build and install ocilib
cd /tmp \