Update NodeJS to 9.x version

master
Carlos A. Gomes 2018-04-21 20:02:12 -03:00 zatwierdzone przez GitHub
rodzic 3cf2765861
commit ccbfbbb12e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ RUN \
&& apt-get install --no-install-recommends -y apt-transport-https \
&& 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 \
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_9.x | bash - \
&& apt-get install --no-install-recommends -y \
nodejs \
unzip \