mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-06-05 13:48:03 +00:00
4 lines
140 B
Bash
4 lines
140 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
podman build -t andersrh/fedora-toolbox/base -f base.Dockerfile .
|
||
|
|
podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile .
|