From 2fa764c925f8ba89a2a79bc254f626a23683b63a Mon Sep 17 00:00:00 2001 From: nabarunsen <44841978+nabarunsen@users.noreply.github.com> Date: Wed, 26 Feb 2020 17:57:03 +0800 Subject: [PATCH] Update Dockerfile --- 3.8/alpine3.11/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3.8/alpine3.11/Dockerfile b/3.8/alpine3.11/Dockerfile index 2e83df48d..45d5465b3 100644 --- a/3.8/alpine3.11/Dockerfile +++ b/3.8/alpine3.11/Dockerfile @@ -36,6 +36,8 @@ RUN set -ex \ && mkdir -p /usr/src/python \ && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \ && rm python.tar.xz \ + && rm -f /usr/src/python/Lib/distutils/command/wininst-*.exe \ + && rm -f /usr/local/lib/python3.8/distutils/command/wininst-*.exe \ \ && apk add --no-cache --virtual .build-deps \ bluez-dev \