Install py3-wheel in functest-kubernetes-core 74/70674/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 5 Aug 2020 15:09:27 +0000 (17:09 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 6 Aug 2020 04:14:49 +0000 (06:14 +0200)
It fixes all deprecated warnings.

Change-Id: Idd02668fac42a8e0c93d6df5a3e13b788716e873
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 0184529..9d286bb 100644 (file)
@@ -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 \