aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-12-01 13:14:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-12-05 08:47:38 +0100
commit83a07abd4fd8f2282a460a8bd55eabe4e9c04f87 (patch)
treec5307042a7137cd88f8e41032e5dd223ec45c541
parent27ea7ae3188de470f022d2f24bd0d926d4636ca3 (diff)
Add Alpine gcompat package
Change-Id: Iaecbb67b6042197cd8a6f7657b6f348e3bf0b13c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 41ca9d7f98eead4bcdcf36211130c84b11e78f47)
-rw-r--r--docker/core/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index b8f42b2c..3bc15ec2 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 && \