[mirotalksfu] - update to nodejs 16.x

هذا الالتزام موجود في:
Miroslav Pejic
2022-05-07 09:34:24 +02:00
الأصل 3b318f6b1c
التزام 5d602f2c29
2 ملفات معدلة مع 5 إضافات و5 حذوفات

عرض الملف

@@ -15,10 +15,10 @@ RUN \
apt update && \
apt install -y python3.8 python3-pip
# NodeJS 14.X and npm
# NodeJS 16.X and npm
RUN \
apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates && \
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install -y nodejs
# Vim editor