From bddcde4119b27bcf27cff2d413f5915d84211392 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 16 Nov 2016 17:27:48 -0200 Subject: [PATCH] Updates nodejs from 4.x to 6.x new LTS version --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index c23e21c..c53e8f3 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get -y upgrade RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -sc)-pgdg main" | \ tee /etc/apt/sources.list.d/postgres.list -RUN curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash - +RUN curl --silent --location https://deb.nodesource.com/setup_6.x | sudo bash - RUN apt-get -y update RUN apt-get -y install build-essential git wget \ libxslt-dev libcurl4-openssl-dev \ -- 2.25.1