Adds xvfb to apt install

This commit is contained in:
Nemo 2018-07-31 07:51:42 +05:30
parent f567649de9
commit fee8d80635
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ruby-dev \
wget \
wkhtmltopdf \
xvfb \
zlib1g-dev \
&& gem install bundler --no-ri --no-rdoc \
&& bundle install \