Move from unsupported node.js version

This commit is contained in:
Alexey Golubev 2019-12-16 18:28:50 +03:00 committed by GitHub
parent 2b982778f3
commit 261232e10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
apt-get -yq install wget apt-transport-https curl locales && \ apt-get -yq install wget apt-transport-https curl locales && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0x8320ca65cb2de8e5 && \ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0x8320ca65cb2de8e5 && \
locale-gen en_US.UTF-8 && \ locale-gen en_US.UTF-8 && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \ curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
apt-get -y update && \ apt-get -y update && \
apt-get -yq install \ apt-get -yq install \
adduser \ adduser \