Add xvfb to build environment

This commit is contained in:
Kris De Volder
2018-05-04 15:12:06 -07:00
parent 12e9531638
commit 4a384c4961

View File

@@ -8,7 +8,9 @@ RUN apt-get update && apt-get install -y \
git \
jq \
openjdk-8-jdk \
curl
curl \
xvfb \
icewm icewm-themes
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install -y nodejs