This commit is contained in:
Christer Warén
2025-06-21 02:56:13 +03:00
parent 605f8ce56f
commit 3cb0dac47e
8 changed files with 120 additions and 0 deletions

View File

@ -0,0 +1,4 @@
FROM docker.io/library/openjdk:21
WORKDIR /usr/src/app
RUN microdnf install git