Use node 6 in Docker
This commit is contained in:
parent
bf30f4b079
commit
6da90bc8ab
|
@ -30,7 +30,7 @@ RUN dpkg --add-architecture i386 && \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
zip && \
|
zip && \
|
||||||
curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
echo oracle-java6-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
|
echo oracle-java6-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
|
||||||
add-apt-repository -y ppa:webupd8team/java && \
|
add-apt-repository -y ppa:webupd8team/java && \
|
||||||
|
|
Loading…
Reference in New Issue