[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 \
apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates && \
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
RUN apt-get install -y vim