X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Fcore%2FDockerfile;h=9d286bb71123703a95bef8589ff6b044182a5950;hb=f5d06afcc5b361c479892839722ce276ed245198;hp=01845292b9b7f80389e9326816c5cb5662ae6034;hpb=8f4f1db7325c690427e4a461fa72497a4a91a307;p=functest-kubernetes.git 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 \