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:
Kir Kolyshkin 2020-04-16 19:31:25 -07:00
parent cd5f4fd93c
commit 5f0424c94b
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -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