From 05f560b4493f8b4bc6377a762ddc487f76b81e44 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 26 Mar 2021 08:53:37 +0100 Subject: Leverage py3-setuptools_scm as proposed by Alpine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last version setuptools-scm asks for very new setuptools. https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-kali-xrally_kubernetes-run/194/console Change-Id: Ib1f4b4b49c036e0018fd695b52013bccdaf4998f 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 b5df6823..14881735 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -8,7 +8,7 @@ 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 COPY Allow-offline-testing-in-PodWithClusterIPSvc.patch /tmp/Allow-offline-testing-in-PodWithClusterIPSvc.patch RUN apk -U upgrade && \ - apk --no-cache add --update python3 bash git grep libffi openssl mailcap && \ + apk --no-cache add --update python3 py3-setuptools_scm bash git grep libffi openssl mailcap && \ apk --no-cache add --virtual .build-deps --update \ python3-dev build-base libffi-dev openssl-dev && \ git init /src/functest-kubernetes && \ -- cgit 1.2.3-korg