Skip to content
Snippets Groups Projects
Commit a3bc1e58 authored by David G. Quintas's avatar David G. Quintas
Browse files

Merge pull request #5214 from jtattermusch/fedora_overlay_fun

Fix fedora21 distribtests for python and ruby
parents c9b3e834 c1e86744
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,9 @@ ...@@ -29,4 +29,9 @@
FROM fedora:21 FROM fedora:21
# Make yum work properly under docker when using overlay storage driver.
# https://bugzilla.redhat.com/show_bug.cgi?id=1213602#c9
# https://github.com/docker/docker/issues/10180
RUN yum install -y yum-plugin-ovl
RUN yum clean all && yum update -y && yum install -y python python-pip RUN yum clean all && yum update -y && yum install -y python python-pip
...@@ -29,6 +29,11 @@ ...@@ -29,6 +29,11 @@
FROM fedora:21 FROM fedora:21
# Make yum work properly under docker when using overlay storage driver.
# https://bugzilla.redhat.com/show_bug.cgi?id=1213602#c9
# https://github.com/docker/docker/issues/10180
RUN yum install -y yum-plugin-ovl
RUN yum clean all && yum update -y && yum install -y ruby RUN yum clean all && yum update -y && yum install -y ruby
RUN gem install bundler RUN gem install bundler
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment