Compare commits

...

2 commits
v3 ... main

Author SHA1 Message Date
8ec6c10431 Add original source. 2025-08-11 11:43:02 +02:00
0353f6b13d Use pre-installed podman.
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful
2025-08-11 11:38:34 +02:00

View file

@ -1,6 +1,8 @@
FROM docker.io/fedora:41
# Podman for running in container pre-installed
# See https://www.redhat.com/en/blog/podman-inside-container
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"]