Vagrantfile: rm disabling weak deps
1. it was not working previously because of a typo
2. when a typo is removed, important packages such
as container-selinux are not updated, so let's
just remove this flag to avoid confusion.
Fixes: 84583eb1a4
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
cd5f4fd93c
commit
5f0424c94b
|
@ -14,7 +14,6 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
cat << EOF | dnf -y shell
|
cat << EOF | dnf -y shell
|
||||||
config install_weak_deps: False
|
|
||||||
update
|
update
|
||||||
install podman make golang-go libseccomp-devel bats jq
|
install podman make golang-go libseccomp-devel bats jq
|
||||||
ts run
|
ts run
|
||||||
|
|
Loading…
Reference in New Issue