This commit is contained in:
2025-12-31 00:20:29 +01:00
parent 9283f26df1
commit e38b693847
179 changed files with 3061 additions and 1440 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
# ===================================================================
# 1. Build Stage (Debian-basiert für Stabilität bei Desktop-Builds)
FROM gradle:8-jdk21 AS builder
FROM gradle:8-jdk25 AS builder
WORKDIR /app
@@ -40,7 +40,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Installiere System-Dependencies
RUN apt-get update && apt-get install -y \
openjdk-21-jdk \
openjdk-25-jdk \
xvfb \
x11vnc \
python3 \