aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-09 21:08:14 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-09 21:08:14 +0100
commitd99abd65053a72c73b89579cdbd6ac4844abe54b (patch)
tree3d00d73ce33fb421b4875149035b66649a1e959a
parentf4c1eb49986ddd0295672ece602300e7fa1a89a1 (diff)
Install libxml2-dev and libxslt-dev
Change-Id: I77b9d921cda948cb82d7bf3b535e881113f6b9d8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 47eb7908..3a92f83a 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/stein
RUN apk --no-cache add --update python3 py3-pip bash git mailcap libxml2 libxslt && \
apk --no-cache add --virtual .build-deps --update \
- python3-dev build-base && \
+ python3-dev build-base libxml2-dev libxslt-dev && \
git init /src/functest-xtesting && \
(cd /src/functest-xtesting && \
git fetch --tags https://gerrit.opnfv.org/gerrit/functest-xtesting $BRANCH && \