From 9f7febc1215d13349830bede912e13000ce51433 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Fri, 6 Sep 2019 16:24:52 -0400 Subject: [PATCH] drop to nodejs 6 again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7b0d67..531d7fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Isaac A." maintainer="isaac@isaacs.site" RUN apt update \ && apt upgrade -y \ && apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 libgdiplus \ - && curl -sL https://deb.nodesource.com/setup_10.x | bash - \ + && curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && apt install -y nodejs \ && mkdir /node_modules \ && npm install --prefix / ws \