Add Alpine gcompat package
[functest-kubernetes.git] / docker / core / Dockerfile
index c35ba7d..83aecb3 100644 (file)
@@ -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 && \