diff --git a/Dockerfile b/Dockerfile index a1151376..5cd812ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN mkdir /tmp/wheelhouse \ && cd /tmp/wheelhouse \ && pip3 install wheel \ && pip3 wheel --no-cache-dir /tmp/src \ + && rm /tmp/wheelhouse/six*.whl \ && ls -l /tmp/wheelhouse FROM alpine:${ALPINE_VERSION}