Use pre-installed podman.
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful

This commit is contained in:
Michael Lipp 2025-08-11 11:38:34 +02:00
parent d8e7ff70b9
commit 0353f6b13d

View file

@ -1,6 +1,7 @@
FROM docker.io/fedora:41
# Podman for ruuning in container pre-installed
FROM quay.io/podman/stable
RUN dnf install -y java-21-openjdk-headless nodejs python \
gcc gcc-c++ git podman graphviz ruby
gcc gcc-c++ git graphviz ruby
CMD ["/bin/bash"]