Add required package for travis and Dockerfile

This commit is contained in:
Petr Sloup
2017-05-04 11:38:53 +02:00
parent 4f2fdf602b
commit 8007f1386c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -9,7 +9,9 @@ RUN apt-get -qq update \
build-essential \
python \
libcairo2-dev \
libgles2-mesa-dev \
libprotobuf-dev \
libxxf86vm-dev \
xvfb \
&& echo "deb https://deb.nodesource.com/node_6.x jessie main" >> /etc/apt/sources.list.d/nodejs.list \
&& echo "deb-src https://deb.nodesource.com/node_6.x jessie main" >> /etc/apt/sources.list.d/nodejs.list \