From a2d2a815e5bb8b68c1446160d9268cddc17b7ec1 Mon Sep 17 00:00:00 2001 From: sotojn Date: Tue, 28 May 2024 16:17:27 -0700 Subject: [PATCH] revert python fix --- Dockerfile | 3 --- Dockerfile.core | 3 --- 2 files changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 763d501..80b3f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,9 +26,6 @@ RUN apk --no-cache add \ bsd-compat-headers \ py-setuptools -# Check to see if distutils is installed because python 3.12 removed it -RUN python3 -c "import distutils" || (apk update && apk add py3-setuptools) - ENV NPM_CONFIG_LOGLEVEL error ENV WITH_SASL 0 diff --git a/Dockerfile.core b/Dockerfile.core index 5efeecf..33d3fb5 100644 --- a/Dockerfile.core +++ b/Dockerfile.core @@ -14,9 +14,6 @@ RUN apk --no-cache add \ cyrus-sasl-dev \ python3 -# Check to see if distutils is installed because python 3.12 removed it -RUN python3 -c "import distutils" || (apk update && apk add py3-setuptools) - ENV NPM_CONFIG_LOGLEVEL error ENV WITH_SASL 0