6 lines
126 B
Text
6 lines
126 B
Text
|
|
FROM docker.io/fedora:40
|
||
|
|
|
||
|
|
RUN dnf install -y java-21-openjdk-headless nodejs python gcc gcc-c++ git podman
|
||
|
|
|
||
|
|
CMD ["/bin/bash"]
|