Add python-lxml to docker images (#25324)

This commit is contained in:
Dag Wieers 2017-06-07 13:48:16 +02:00 committed by John R Barker
commit 966b5fd1a0
11 changed files with 13 additions and 2 deletions

View file

@ -15,9 +15,10 @@ RUN apt-get -y update && apt-get install -y \
netcat \
openjdk-8-jdk \
python-dev \
python-setuptools \
python-pip \
python-lxml \
python-mysql.connector \
python-pip \
python-setuptools \
supervisor \
wget \
nginx \