This commit is contained in:
Laurent Mazuel 2018-12-21 09:11:28 -08:00 коммит произвёл GitHub
Родитель 0553c391c5
Коммит 1cc9b416e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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