Install libxml2 and libxslt 76/73376/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 18 May 2022 14:19:08 +0000 (16:19 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 18 May 2022 14:23:00 +0000 (16:23 +0200)
Change-Id: Ie827d9fbb3a6c20a30b921b197bcbcb6666ced4d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e755e4cad01074086d53893f40b57ed2cbf5dd14)

docker/core/Dockerfile

index 8f6ecd0..df14f35 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.14
+FROM alpine:3.15
 
 ARG BRANCH=stable/v1.24
 ARG OPENSTACK_TAG=stable/yoga
@@ -7,9 +7,10 @@ ARG OPNFV_TAG=stable/yoga
 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 && \