jdk21-builder/Containerfile
Michael N. Lipp 0353f6b13d
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful
Use pre-installed podman.
2025-08-11 11:38:34 +02:00

7 lines
187 B
Docker

# 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 graphviz ruby
CMD ["/bin/bash"]