Skip to content

Commit

Permalink
fix runc install dependencies to libseccomp-devel
Browse files Browse the repository at this point in the history
Signed-off-by: allen.wang <allen.wq@alipay.com>
  • Loading branch information
wangforthinker authored and fuweid committed Mar 5, 2019
1 parent fffbaab commit 12ea1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install/install_runc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runc::ubuntu::install_dependencies() {
# runc::centos::install_dependencies() install dependencies
# on centos machine for make runc
runc::centos::install_dependencies() {
sudo yum install -y libseccomp-dev
sudo yum install -y libseccomp-devel
}

# runc::check_install checks the command and the version.
Expand Down

0 comments on commit 12ea1e4

Please sign in to comment.