diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-26 08:53:37 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-26 08:53:37 +0100 |
commit | 05f560b4493f8b4bc6377a762ddc487f76b81e44 (patch) | |
tree | 24260151f5a4e3faceb6e5d076811b3b2308a039 | |
parent | 1d94895fa66043dc85a4b8f93b15c408aea08ed3 (diff) |
Leverage py3-setuptools_scm as proposed by Alpine
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 <cedric.ollivier@orange.com>
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 && \ |