From b250a07760222f0bf886d2143a58decd10507700 Mon Sep 17 00:00:00 2001 From: kpo Date: Thu, 24 Oct 2019 10:13:58 +0200 Subject: [PATCH] Add Python2 to Docker --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0d1d70c..e0d3122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \