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:
Tim Orling 2022-01-13 19:41:27 -08:00
parent 722f1f3a37
commit 88b13592c3

View File

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