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:
parent
a6c078c7fb
commit
4307733e6e
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ RUN apt-get -y update && apt-get install -y \
|
||||||
netcat \
|
netcat \
|
||||||
openjdk-8-jdk \
|
openjdk-8-jdk \
|
||||||
python-dev \
|
python-dev \
|
||||||
python-lxml \
|
|
||||||
python-mysql.connector \
|
python-mysql.connector \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
|
|
Loading…
Add table
Reference in a new issue