Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: added xvfb to javascript image
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Oct 10, 2018
1 parent 1d03fc6 commit e4780b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.javascript
@@ -1,7 +1,7 @@
FROM JENKINS_BASE_TAG

RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - && \
apt-get install -y nodejs build-essential make bzip2 chromedriver chromium
apt-get install -y nodejs build-essential make bzip2 chromedriver chromium xvfb

RUN npm i -g watch-cli vsce typescript

Expand Down

0 comments on commit e4780b3

Please sign in to comment.