fixed typo
Some checks failed
Build Docker Image / Docker-Build (push) Successful in 16s
Build Docker Image / Clean-Registry (push) Failing after 1s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-08 14:42:02 +01:00
parent 0555a2f63f
commit e66fdc7026

View File

@@ -7,5 +7,5 @@ RUN mvn clean install \
&& chmod +x /w4r.jar && chmod +x /w4r.jar
FROM docker.srsoftware.de/basic_tools:alpine FROM docker.srsoftware.de/basic_tools:alpine
RUN apk add opendjk21-jre-headless RUN apk add openjdk21-jre-headless