Install py3-wheel in functest-kubernetes-core
[functest-kubernetes.git] / 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 \