mirror of
https://github.com/andersrh/Podmanfiles.git
synced 2026-05-17 12:38:00 +00:00
3 lines
79 B
Bash
3 lines
79 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
podman build -t andersrh/archlinux/base-gui -f base-gui.Dockerfile .
|