Bump to node 8

This commit is contained in:
Dryusdan 2017-12-19 15:26:22 +01:00
parent 50be96df50
commit cdb1b78da8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-fre
&& apt-get -y install curl \
&& apt-get -y --no-install-recommends install ffmpeg openssl git build-essential nginx-light \
&& apt-get clean \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get update \