From 41ca9d7f98eead4bcdcf36211130c84b11e78f47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 1 Dec 2023 13:14:45 +0100 Subject: [PATCH] Add Alpine gcompat package MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iaecbb67b6042197cd8a6f7657b6f348e3bf0b13c Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index c35ba7d1..83aecb37 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -8,7 +8,8 @@ COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-async 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 \ - libxml2 libxslt && \ + libxml2 libxslt gcompat && \ + ln -sf /lib/libgcompat.so.0 /lib/libresolv.so.2 && \ apk --no-cache add --virtual .build-deps --update \ python3-dev build-base libffi-dev openssl-dev rust cargo libxml2-dev libxslt-dev && \ git init /src/requirements && \ -- 2.16.6