jdk21-builder/Containerfile

6 lines
126 B
Text
Raw Normal View History

2024-06-18 10:53:44 +02:00
FROM docker.io/fedora:40
RUN dnf install -y java-21-openjdk-headless nodejs python gcc gcc-c++ git podman
CMD ["/bin/bash"]