diff --git a/Dockerfile b/Dockerfile index 288aec9..bdc3b9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get -qqy update \ xvfb \ pulseaudio \ dbus \ + phantomjs \ dbus-x11 && \ rm -rf /var/lib/apt/lists/* /var/cache/apt/* diff --git a/README.md b/README.md index 7b38ff6..031335b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Kubernetes Docker image providing Jenkins Slave JNLP with Node.JS, xvfb and Goog | node.js | 8.1.3 | | npm | 5.0.3 | | google-chrome-stable | 59 | +| phantomjs | apt-get | | cloudfoundry cli | apt-get | | Xvfb | apt-get | | git | apt-get |