aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 92ce9bbcd..59dbef0ba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,8 @@ MAINTAINER Hans Feldt <hans.feldt@ericsson.com>
RUN apt-get update && apt-get install -y \
libffi-dev \
libssl-dev \
+ libxml2-dev \
+ libxslt1-dev \
python \
python-dev \
python-setuptools && \