Dockerfile: cleanup, install python3-wheel

Remove duplicate python3-pip, etc. lines
Need python3-wheel for bdist_wheel command

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
Tim Orling 2022-01-13 20:57:42 -08:00
parent df4a764d59
commit f9c640a7c0

View File

@ -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 \