mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:39:02 +02:00
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:
parent
df4a764d59
commit
f9c640a7c0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user