From e4f32ecf5777e24e0898ee65f6c1c4c27c647dc5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 6 Aug 2020 21:59:05 +0200 Subject: Only upgrade py3-distlib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://travis-ci.org/github/collivier/functest/jobs/715442363 Change-Id: Ib84615def124d38e29582b31af4229325fd3ab1a Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 9d286bb7..b1135338 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -9,7 +9,7 @@ COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.T RUN apk --no-cache add --update python3 py3-pip py3-wheel bash git grep libffi openssl mailcap && \ apk --no-cache add --virtual .build-deps --update \ python3-dev build-base libffi-dev openssl-dev && \ - apk --no-cache add --update --upgrade py3-distlib \ + apk --no-cache add --update py3-distlib==0.3.1-r0 \ --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \ git init /src/requirements && \ (cd /src/requirements && \ -- cgit 1.2.3-korg