Use a more recent npm
This commit is contained in:
parent
0c05730a5d
commit
b00fc0eaf1
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ ARG PREFIXV
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y npm git nodejs make wget unzip && \
|
apt-get install -y curl && \
|
||||||
|
curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
||||||
|
apt-get install -y git nodejs make wget unzip && \
|
||||||
wget https://github.com/jitsi/jitsi-meet/archive/${PREFIXV}${VERSION}.zip -O jitsi-meet.zip
|
wget https://github.com/jitsi/jitsi-meet/archive/${PREFIXV}${VERSION}.zip -O jitsi-meet.zip
|
||||||
|
|
||||||
RUN unzip jitsi-meet.zip && \
|
RUN unzip jitsi-meet.zip && \
|
||||||
|
|
Reference in a new issue