Created
February 13, 2020 13:38
-
-
Save pvalena/e74b7d7d80e42cb4929dbe8f3f078603 to your computer and use it in GitHub Desktop.
how to run Vagrant+tmt on F30; no binay extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ 1 cat Dockerfile | |
| FROM fedora:30 | |
| RUN \ | |
| dnf install -y --setopt=install_weak_deps=False \ | |
| vagrant rubygem-{formatador,excon,builder,ruby-libvirt,nokogiri,multi_json} | |
| RUN vagrant plugin install vagrant-libvirt && \ | |
| vagrant plugin install vagrant-managed-servers && \ | |
| vagrant plugin install vagrant-rsync-back | |
| ➜ 1 podman run -it --rm fedora30:vagrant | |
| [root@dd03ee16d775 /]# vagrant plugin list | |
| vagrant-libvirt (0.0.45, global) | |
| vagrant-managed-servers (0.8.0, global) | |
| vagrant-rsync-back (0.0.1, global) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment