From 915374a1c23c29725b3d30e2bd4cfd3e60a38d0a Mon Sep 17 00:00:00 2001 From: sam-at-luther Date: Mon, 9 Sep 2024 20:53:27 -0700 Subject: [PATCH] Add missing distutils --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5a48e71..aff1aa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -83,6 +83,7 @@ RUN apt update -y && apt install --no-install-recommends -yq \ openssh-client \ perl \ python3 \ + python3-distutils-extra \ rsync \ unzip