Duplicate nodejs install

This commit is contained in:
stirringhalo 2016-07-20 15:18:58 -04:00 committed by GitHub
parent f5c5570fca
commit 7f06f09696

View File

@ -9,7 +9,6 @@ RUN apt-get -qq update \
build-essential \
python \
libcairo2-dev \
nodejs \
xvfb \
&& echo "deb https://deb.nodesource.com/node_4.x jessie main" >> /etc/apt/sources.list.d/nodejs.list \
&& echo "deb-src https://deb.nodesource.com/node_4.x jessie main" >> /etc/apt/sources.list.d/nodejs.list \