aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-12-17 17:46:54 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-12-17 17:46:54 +0100
commitb054a46e400436e0e98ee17ffd166d15134b65f2 (patch)
tree4bb4b2829b50c3dbef42021bd70735c1e147995a
parent83dce0f64ebeb0ea0a3e0bad828e2f265cc80e98 (diff)
Add libxml2 libxslt in core
Change-Id: I8ea311ed5abf46bfe431b18197af88908eff755b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/core/Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index e144a80e..09b14db1 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -7,9 +7,11 @@ ARG OPNFV_TAG=stable/xena
COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch
COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch
RUN apk -U upgrade && \
- apk --no-cache add --update python3 py3-pip py3-wheel bash git grep libffi openssl mailcap && \
+ apk --no-cache add --update python3 py3-pip py3-wheel bash git grep libffi openssl mailcap \
+ libxml2 libxslt && \
apk --no-cache add --virtual .build-deps --update \
- python3-dev build-base libffi-dev openssl-dev rust cargo && \
+ python3-dev build-base libffi-dev openssl-dev rust cargo \
+ libxml2-dev libxslt-dev && \
git init /src/requirements && \
(cd /src/requirements && \
git fetch --tags https://review.opendev.org/openstack/requirements $OPENSTACK_TAG && \