FEATURE: Added python-lxml

This commit is contained in:
Dominique Barton
2016-01-17 20:25:12 +01:00
parent f09cfa2e31
commit 27b39d0d04
+1 -1
View File
@@ -2,7 +2,7 @@ FROM debian:8
MAINTAINER Dominique Barton
RUN apt-get -q update \
&& apt-get install -qy git python-cheetah python-openssl \
&& apt-get install -qy git python-cheetah python-openssl python-lxml \
&& apt-get -y autoremove \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/* \