Podmanfiles/fedora/update.sh

5 lines
241 B
Bash
Raw Permalink Normal View History

2023-07-02 00:19:04 +02:00
#!/bin/sh
podman build -t andersrh/fedora/base-gui --no-cache -f update.Dockerfile
podman tag localhost/andersrh/fedora/base-gui:latest localhost/andersrh/fedora/base-gui:38
# podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile .