Use node 6 in Docker

This commit is contained in:
Kenneth Geisshirt 2017-10-09 14:30:01 +02:00
parent bf30f4b079
commit 6da90bc8ab
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN dpkg --add-architecture i386 && \
unzip \
wget \
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 && \
echo oracle-java6-installer shared/accepted-oracle-license-v1-1 select true | debconf-set-selections && \
add-apt-repository -y ppa:webupd8team/java && \