Get started.

This commit is contained in:
Michael Lipp 2024-06-18 10:53:44 +02:00
commit cf8c36b9d0
3 changed files with 34 additions and 0 deletions

5
Containerfile Normal file
View file

@ -0,0 +1,5 @@
FROM docker.io/fedora:40
RUN dnf install -y java-21-openjdk-headless nodejs python gcc gcc-c++ git podman
CMD ["/bin/bash"]