update nodejs
This commit is contained in:
parent
39dbb2926d
commit
7bd5f77888
@ -2,7 +2,7 @@ FROM ubuntu:focal AS frontend
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y wget software-properties-common && \
|
||||
echo "deb https://deb.nodesource.com/node_10.x focal main" | tee /etc/apt/sources.list.d/nodesource.list && \
|
||||
echo "deb https://deb.nodesource.com/node_16.x focal main" | tee /etc/apt/sources.list.d/nodesource.list && \
|
||||
wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
|
||||
apt-get update && \
|
||||
apt-get install -y nodejs
|
||||
|
1948
package-lock.json
generated
1948
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user