Install py3-wheel to avoid legacy installation 36/70336/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 15 Jun 2020 07:03:22 +0000 (09:03 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 15 Jun 2020 07:03:22 +0000 (09:03 +0200)
Change-Id: I5cfd3e370ef16785eeceaafefa18b45d2221c04b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 383d4a0..dcfafd3 100644 (file)
@@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=refs/changes/53/735453/1
 
 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 libffi openssl libjpeg-turbo py3-pip bash \
+        python3 py3-wheel libffi openssl libjpeg-turbo py3-pip bash \
         grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap libstdc++ && \
     apk --no-cache add --virtual .build-deps --update \
         python3-dev build-base linux-headers libffi-dev \