Skip to content

Commit

Permalink
made requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deer-WarLord committed Jul 9, 2020
1 parent 98eee52 commit 93eefc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 93eefc2

Please sign in to comment.