From 2086027008fdef3b3e99833ab9026554ce6f5cac Mon Sep 17 00:00:00 2001 From: Sunil Shah Date: Fri, 10 Jun 2016 16:47:05 -0700 Subject: [PATCH] Add back wheel. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cc016bb..781b1c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN apk --update add \ pip \ setuptools \ virtualenv \ + wheel \ && apk add --update --repository ${ALPINE_EDGE_COMMUNITY_REPO} tini \ && wget -q -O /etc/apk/keys/sgerrand.rsa.pub "${ALPINE_GLIBC_RSA_PUB_URL}" \ && wget -q "${ALPINE_GLIBC_BASE_URL}/${ALPINE_GLIBC_PACKAGE}" \