summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-10-05 20:57:24 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2016-10-05 20:57:24 -0700
commite46925aadc96e5ddf77519da3445deede8c47bb7 (patch)
tree39aeb09d1f74aa50096382b7837ba226d7061290 /Dockerfile
parent45c831f1399bb8199e2ec297ffe98c91a1b960f3 (diff)
downloadepel6-testing-container-e46925aadc96e5ddf77519da3445deede8c47bb7.tar.gz
epel6-testing-container-e46925aadc96e5ddf77519da3445deede8c47bb7.tar.xz
epel6-testing-container-e46925aadc96e5ddf77519da3445deede8c47bb7.zip
add python34 test: modules new to python34
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 308f9d6..c8f06c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@ FROM centos:6.8
RUN yum -y update; yum clean all
RUN yum -y install epel-release; yum clean all
-RUN yum -y install rpm python python-pip epel-rpm-macros python-rpm-macros; yum clean all
+RUN yum -y install rpm python python-pip epel-rpm-macros python-rpm-macros python34; yum clean all
RUN yum -y update --enablerepo=epel-testing
RUN pip install -U pytest
COPY tests/* tests/