Revert the accidental addition of python-lxml (#25432)

I inadvertedly added python-lxml to the cloudstack-simulator Dockerfile.

This PR reverts this specific change.

This relates to PR #25324
This commit is contained in:
Dag Wieers 2017-06-07 16:59:28 +02:00 committed by John R Barker
parent a6c078c7fb
commit 4307733e6e

View file

@ -15,7 +15,6 @@ RUN apt-get -y update && apt-get install -y \
netcat \
openjdk-8-jdk \
python-dev \
python-lxml \
python-mysql.connector \
python-pip \
python-setuptools \