From 8ce4cd0029a2bf061bf5c9addb2d68920a0501e1 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sat, 26 Aug 2023 16:46:14 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f5dbc6..59f789a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN set -x && \ TEMP_PACKAGES+=(python3-dev) && \ TEMP_PACKAGES+=(python3-distutils-extra) && \ TEMP_PACKAGES+=(python3-pip) && \ - TEMP_PACKAGES+=(python3-setuptools) && \ + KEPT_PACKAGES+=(python3-setuptools) && \ TEMP_PACKAGES+=(python3-wheel) && \ # # packages needed for debugging - these can stay out in production builds: