Install libxml2-dev and libxslt-dev 29/71929/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:08:14 +0000 (21:08 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:08:14 +0000 (21:08 +0100)
Change-Id: I77b9d921cda948cb82d7bf3b535e881113f6b9d8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 47eb790..3a92f83 100644 (file)
@@ -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 && \