From f3906be35b9af1c1fef70864c90c76bcfe4d8004 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 28 Jul 2021 14:01:32 +0200 Subject: [PATCH] fix: Dockerfile issue regarding six --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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}