jdk21-builder/Containerfile
Michael N. Lipp d8e7ff70b9
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful
Upgrade Fedora.
2025-08-10 18:34:51 +02:00

6 lines
144 B
Docker

FROM docker.io/fedora:41
RUN dnf install -y java-21-openjdk-headless nodejs python \
gcc gcc-c++ git podman graphviz ruby
CMD ["/bin/bash"]