1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-03-28 09:50:23 +01:00

add missing dependencies in Vagrantfile

Signed-off-by: l0rem1psum <iswenxuan@gmail.com>
This commit is contained in:
l0rem1psum 2023-05-24 17:20:13 +08:00
parent 830e4af0c5
commit 9e6dd548db
2 changed files with 2 additions and 2 deletions

2
Vagrantfile vendored
View File

@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
set -e -u -o pipefail
yum update -y
yum install -y git gcc docker systemd-devel dbus-devel libseccomp-devel wget openssl-devel
yum install -y git gcc docker wget pkg-config systemd-devel dbus-devel elfutils-libelf-devel libseccomp-devel clang-devel openssl-devel
grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
service docker start
SHELL

View File

@ -14,7 +14,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
set -e -u -o pipefail
yum update -y
yum install -y git gcc docker systemd-devel dbus-devel libseccomp-devel wget openssl-devel
yum install -y git gcc docker wget pkg-config systemd-devel dbus-devel elfutils-libelf-devel libseccomp-devel clang-devel openssl-devel
grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
service docker start
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y