to make it plain where each file belongs in the containers file system and to simplify the `ADD` directives in the Containerfile. Signed-off-by: Andreas Hartmann <hartan@7x.de>
7 lines
153 B
Desktop File
7 lines
153 B
Desktop File
[Unit]
|
|
Description=Prune all disused podman volumes, images, and containers
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/podman system prune --all --force
|