blob: 6ec319980ac9269ee0108b3f9c7976c507f98c9d (
plain)
1
2
3
4
5
6
7
8
9
10
|
Add podman and related packages to the base system install:
podman
podman-compose
python-dotenv
These are required by winvm (~/code/winvm), which runs a Windows 11 VM
in a rootless Podman container via QEMU/KVM for Office, Visio, Adobe,
and other Windows-only applications. podman-compose manages the container
lifecycle and python-dotenv is a runtime dependency of podman-compose.
|