drop to nodejs 6 again
This commit is contained in:
parent
d7c6028e91
commit
9f7febc121
|
|
@ -5,7 +5,7 @@ LABEL author="Isaac A." maintainer="isaac@isaacs.site"
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt upgrade -y \
|
&& apt upgrade -y \
|
||||||
&& apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 libgdiplus \
|
&& apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 libgdiplus \
|
||||||
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
|
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
|
||||||
&& apt install -y nodejs \
|
&& apt install -y nodejs \
|
||||||
&& mkdir /node_modules \
|
&& mkdir /node_modules \
|
||||||
&& npm install --prefix / ws \
|
&& npm install --prefix / ws \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user