1*a0165254SDave CottlehuberThis example Containerfile shows how to add packages to freebsd-runtime while 2d03c82c2SDoug Rabsonminimising the package metadata overhead. 3d03c82c2SDoug Rabson 4d03c82c2SDoug RabsonFor instance, To build a new image called 'my-new-image:latest' containing the 5d03c82c2SDoug Rabsonnginx package: 6d03c82c2SDoug Rabson 7d03c82c2SDoug Rabson# podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg 8