From 93eefc2ae9bf7fe15fb9e79c7cc049015c4857d6 Mon Sep 17 00:00:00 2001 From: deer-warlord Date: Thu, 9 Jul 2020 18:05:03 +0300 Subject: [PATCH] made requested changes --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 4a2ae1a11e..371a74a36d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -64,10 +64,10 @@ RUN apt-get update -qq && apt-get install -y -q --force-yes google-chrome-stable # Install nodejs, npm, gulp, etc RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - -RUN apt update -qq && apt install -y nodejs +RUN apt update -qq && apt install -y nodejs=12.18.2-1nodesource1 #RUN apt-get update -qq && apt-get install -y -q nodejs=0.10.25~dfsg2-2ubuntu1 npm=1.3.10~dfsg-1 # karma has dependencies that need to run native builds, so we need build-essential -RUN apt-get update -qq && apt-get install -yq build-essential +RUN apt-get update -qq && apt-get install -yq build-essential=12.1ubuntu2 # Setup Xvfb - FF and chrome will connect to this DISPLAY # (https://github.com/keyvanfatehi/docker-chrome-xvfb)