mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
Merge pull request #983 from bergwolf/snap
snap: install libseccomp-dev
This commit is contained in:
commit
ed711b5ab1
@ -284,7 +284,7 @@ parts:
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Only x86_64 supports libpmem
|
# Only x86_64 supports libpmem
|
||||||
[ "$(uname -m)" = "x86_64" ] && sudo apt-get --no-install-recommends install -y apt-utils ca-certificates libpmem-dev
|
[ "$(uname -m)" = "x86_64" ] && sudo apt-get --no-install-recommends install -y apt-utils ca-certificates libpmem-dev libseccomp-dev
|
||||||
|
|
||||||
configure_hypervisor=${kata_dir}/tools/packaging/scripts/configure-hypervisor.sh
|
configure_hypervisor=${kata_dir}/tools/packaging/scripts/configure-hypervisor.sh
|
||||||
chmod +x ${configure_hypervisor}
|
chmod +x ${configure_hypervisor}
|
||||||
|
Loading…
Reference in New Issue
Block a user