Fixes #63
Can confirm that creating SSL certs works again after updating nodejs to 16.x
This commit is contained in:
parent
03d079b7b4
commit
906762390d
@ -99,7 +99,7 @@ runcmd apt-get update && apt-get install -y -q --no-install-recommends openresty
|
||||
|
||||
# Install nodejs
|
||||
log "Installing nodejs"
|
||||
runcmd wget -qO - https://deb.nodesource.com/setup_14.x | bash -
|
||||
runcmd wget -qO - https://deb.nodesource.com/setup_16.x | bash -
|
||||
runcmd apt-get install -y -q --no-install-recommends nodejs
|
||||
runcmd npm install --global yarn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user