aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-05 17:09:27 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-06 06:14:49 +0200
commitf5d06afcc5b361c479892839722ce276ed245198 (patch)
tree9b67459ffa8c6c5fd7da0f770cfc7681b60b5a2c
parent8f4f1db7325c690427e4a461fa72497a4a91a307 (diff)
Install py3-wheel in functest-kubernetes-core
It fixes all deprecated warnings. Change-Id: Idd02668fac42a8e0c93d6df5a3e13b788716e873 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 01845292..9d286bb7 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -6,7 +6,7 @@ ARG OPNFV_TAG=master
COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch
COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch
-RUN apk --no-cache add --update python3 py3-pip bash git grep libffi openssl mailcap && \
+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 \