diff options
-rw-r--r-- | Dockerfile | 2 |
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 && \ |