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

Message ID 88b13592c39d76ccb1a26034189fc9e2a240ecaf.1642138698.git.tim.orling@konsulko.com
State New
Headers show
Series [layerindex,v2,01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS | expand

Commit Message

Tim Orling Jan. 14, 2022, 5:54 a.m. UTC
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>
---
 Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

Patch

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 \