mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-25 08:18:03 +00:00
4 lines
No EOL
140 B
Bash
Executable file
4 lines
No EOL
140 B
Bash
Executable file
#!/bin/sh
|
|
|
|
podman build -t andersrh/fedora-toolbox/base -f base.Dockerfile .
|
|
podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile . |