commit images based on fedora-toolbox

This commit is contained in:
Anders Rytter Hansen 2023-04-07 11:55:05 +02:00
commit 2ba669aad1
10 changed files with 56 additions and 0 deletions

4
fedora-toolbox/build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
podman build -t andersrh/fedora-toolbox/base -f base.Dockerfile .
podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile .