Add Python2 to Docker

This commit is contained in:
kpo 2019-10-24 10:13:58 +02:00
parent 2359390353
commit b250a07760

View File

@ -9,6 +9,8 @@ RUN yum -y update && yum -y install \
epel-release \
python3-devel.x86_64 \
python36 \
python \
python-devel.x86_64 \
policycoreutils-devel \
ruby-devel \
gcc \