Merge pull request #444 from foodcoop1040/docker
Add missing dependency in Dockerfile
This commit is contained in:
commit
1ba84f03d5
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue