Update to NodeJS 10
This commit is contained in:
Родитель
0553c391c5
Коммит
1cc9b416e2
|
@ -8,7 +8,7 @@ LABEL maintainer="lmazuel"
|
|||
RUN apt-get update && apt-get install -y curl git software-properties-common locales libunwind8 ruby bundler libpng-dev zlibc zlib1g zlib1g-dev python3-pip
|
||||
|
||||
# NodeJS
|
||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
|
||||
apt-get update && apt-get install -y nodejs
|
||||
|
||||
# Go
|
||||
|
|
Загрузка…
Ссылка в новой задаче