jdk21-builder/Containerfile

7 lines
144 B
Text
Raw Permalink Normal View History

2025-08-10 18:34:51 +02:00
FROM docker.io/fedora:41
2024-06-18 10:53:44 +02:00
2024-06-18 13:11:38 +02:00
RUN dnf install -y java-21-openjdk-headless nodejs python \
gcc gcc-c++ git podman graphviz ruby
2024-06-18 10:53:44 +02:00
CMD ["/bin/bash"]