mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Dockerfile: add back python2 dependencies
We have some layers and especially older releases that still support python2. Add python2 dependencies back to the container so that the older releases still function. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
722f1f3a37
commit
88b13592c3
|
@ -22,6 +22,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
|
|||
g++ \
|
||||
gcc \
|
||||
make \
|
||||
python-pip \
|
||||
python-mysqldb \
|
||||
python-dev \
|
||||
python-pil \
|
||||
python-wheel \
|
||||
python3-pip \
|
||||
python3-mysqldb \
|
||||
python3-dev \
|
||||
|
|
Loading…
Reference in New Issue
Block a user