This commit is contained in:
root
2025-10-06 19:46:30 +05:00
parent dd7953acf0
commit a1ac04df4e
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -7,6 +7,9 @@ RUN mvn clean install -DskipTests
FROM openjdk:21-jdk-slim
RUN apt-get update && \
apt-get install -y libfreetype6 fontconfig && \
rm -rf /var/lib/apt/lists/*
# Create a non-root user and group for security
RUN groupadd -r appgroup && useradd -r -s /bin/false -g appgroup appuser
Binary file not shown.