Skip to content

Commit

Permalink
Install iptables on RHEL to fix installation on AWS RHEL8 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kke authored Aug 6, 2020
1 parent 70f7fd6 commit 82f372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/configurer/enterpriselinux/el.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (c *Configurer) InstallBasePackages() error {
if err != nil {
return err
}
return c.Host.Exec("sudo yum install -y curl socat")
return c.Host.Exec("sudo yum install -y curl socat iptables")
}

// UninstallEngine uninstalls docker-ee engine
Expand Down

0 comments on commit 82f372c

Please sign in to comment.