diff options
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index f08277db..54ededd6 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/rocky RUN apk --no-cache add --update python py-pip bash git mailcap libxml2 libxslt && \ apk --no-cache add --virtual .build-deps --update \ - python-dev build-base && \ + python-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 && \ |