mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 10:33:00 +03:00
17 lines
310 B
HCL
17 lines
310 B
HCL
packer {
|
|
required_plugins {
|
|
qemu = {
|
|
version = "~> 1"
|
|
source = "github.com/hashicorp/qemu"
|
|
}
|
|
vagrant = {
|
|
version = "~> 1"
|
|
source = "github.com/hashicorp/vagrant"
|
|
}
|
|
virtualbox = {
|
|
version = "~> 1"
|
|
source = "github.com/hashicorp/virtualbox"
|
|
}
|
|
}
|
|
}
|