updated
This commit is contained in:
parent
2d043b0372
commit
4d1bc7c868
|
|
@ -5,7 +5,7 @@ LABEL author="Makaren0" maintainer="Makaffe@hotmail.com"
|
|||
RUN apt update \
|
||||
&& apt upgrade -y \
|
||||
&& apt install -y unzip lib32gcc1 lib32stdc++6 unzip curl iproute2 tzdata libgdiplus \
|
||||
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
|
||||
&& wget -qO- https://deb.nodesource.com/setup_6.x | bash - \
|
||||
&& apt install -y nodejs npm \
|
||||
&& mkdir /node_modules \
|
||||
&& npm install --prefix / ws \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user