Remove erroneous yum upgrade.
This upgrade shouldn't be part of the docker setup process. If an upgrade is needed, it should be done independently of the docker setup. Do it to your base image, or if needed, as a shell provisioner step.
This commit is contained in:
parent
52e1b4ed5a
commit
4763506b89
|
@ -29,7 +29,6 @@ module VagrantPlugins
|
|||
if ! comm.test("rpm -qa | grep epel-release")
|
||||
comm.sudo("rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm")
|
||||
end
|
||||
comm.sudo("yum -y upgrade")
|
||||
comm.sudo("yum -y install docker-io")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue