[layerindex][PATCH 17/18] Dockerfile: add back python2 dependencies


Tim Orling
 

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@...>
---
Dockerfile | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 25ab5ea..4b2870a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \
--
2.30.2

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.