From a5c28ee62bb095281353c88507e79bc6b94a69b7 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 31 Dec 2021 12:42:23 +0100 Subject: [PATCH] Fixed missing python-setuptools --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3b01b5..26e98fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN chmod +x /tmp/s6-overlay-amd64-installer && \ -Syu \ --noconfirm \ --needed \ - python python-pip nginx && \ + python python-setuptools python-pip nginx && \ useradd -s /bin/false nginx && \ mkdir /data