diff --git a/Containerfile b/Containerfile index 80b08aa..4a2e1e4 100644 --- a/Containerfile +++ b/Containerfile @@ -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"]