[mirotalksfu] - add npm@latest

هذا الالتزام موجود في:
Miroslav Pejic
2022-05-07 13:24:50 +02:00
الأصل bc8283c738
التزام 070b4be293
2 ملفات معدلة مع 3 إضافات و1 حذوفات

عرض الملف

@@ -19,7 +19,8 @@ RUN \
RUN \ RUN \
apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates && \ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates && \
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \ curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get install -y nodejs apt-get install -y nodejs && \
npm install -g npm@latest
# Vim editor # Vim editor
RUN apt-get install -y vim RUN apt-get install -y vim

عرض الملف

@@ -74,6 +74,7 @@ $ apt install -y python3.8 python3-pip
$ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates $ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates
$ curl -sL https://deb.nodesource.com/setup_16.x | bash - $ curl -sL https://deb.nodesource.com/setup_16.x | bash -
$ apt-get install -y nodejs $ apt-get install -y nodejs
$ npm install -g npm@latest
``` ```
- Start the server - Start the server