summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-03-15 16:41:30 +0100
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-03-22 11:11:37 +0000
commit7243bac5aa0069140055aebcfbeaa271abf1ea6a (patch)
treebd6371a68c0f35a1deaef57480cd1ff5ad4b4013 /Dockerfile
parent01da7a3f419c342b7cc6c4d5d25bb32eae4ac66b (diff)
Add missing dependencies to docker file
Change-Id: I51e198e5992cc52070b9ddddad59a123d1c476fd Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
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 && \