Initial implementation of path rendering

This commit is contained in:
Petr Sloup
2016-06-24 11:45:17 +02:00
parent 9a21382984
commit 01bff86c6d
4 changed files with 100 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ RUN apt-get -qq update \
curl \
build-essential \
python \
libcairo2-dev \
xvfb \
&& curl -sL https://deb.nodesource.com/setup_4.x | bash - \
&& apt-get -y install nodejs \