Add missing dependency in Dockerfile

This commit is contained in:
Patrick Gansterer 2016-10-14 18:08:01 +02:00
parent a7b6b0c803
commit ad2f2c5ead
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends -y \
mysql-client \
libv8-dev \
libmagic-dev \
libmysqlclient-dev \
xvfb \
iceweasel && \