diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-15 09:03:22 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-15 09:03:22 +0200 |
commit | 42784cc1bcadf88e37658c6d8692e44f87dcfe3a (patch) | |
tree | e6f411b809ba3e3460b6d4df119ed94f2bfb1c22 | |
parent | a8482af79b22326d336fe58de00bb425892d46c6 (diff) |
Install py3-wheel to avoid legacy installation
Change-Id: I5cfd3e370ef16785eeceaafefa18b45d2221c04b
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 383d4a0c9..dcfafd3a2 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -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 \ |