mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Merge pull request #220 from chavafg/topic/fix-dependencies-fedora
setup: Add make and gcc as dependencies
This commit is contained in:
commit
4fc6e33ccc
@ -14,7 +14,7 @@ source "${cidir}/lib.sh"
|
|||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
|
|
||||||
if [ "$ID" == fedora ];then
|
if [ "$ID" == fedora ];then
|
||||||
sudo -E dnf -y install automake yamllint coreutils moreutils bc
|
sudo -E dnf -y install automake yamllint coreutils moreutils bc make gcc
|
||||||
elif [ "$ID" == centos ];then
|
elif [ "$ID" == centos ];then
|
||||||
sudo -E yum -y install epel-release
|
sudo -E yum -y install epel-release
|
||||||
sudo -E yum -y install automake yamllint coreutils moreutils bc
|
sudo -E yum -y install automake yamllint coreutils moreutils bc
|
||||||
|
Loading…
Reference in New Issue
Block a user