From f9c640a7c0e5c54c191ca5d1e5fea429d8722915 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 13 Jan 2022 20:57:42 -0800 Subject: [PATCH] Dockerfile: cleanup, install python3-wheel Remove duplicate python3-pip, etc. lines Need python3-wheel for bdist_wheel command Signed-off-by: Tim Orling --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8c4c847..f6623fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,8 @@ RUN apt-get update \ python3-pip \ python3-mysqldb \ python3-dev \ - python3-pip \ - python3-mysqldb \ - python3-dev \ python3-pil \ + python3-wheel \ libjpeg-dev \ libmariadbclient-dev \ locales \