Dockerfile aktualisiert
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Edward Koenig 2026-04-11 11:41:57 +00:00
parent ef639f9107
commit 1df6d0febd

View File

@ -11,6 +11,7 @@ RUN gcc -static -o deployment deployment.c
# Stage 2: Runtime
FROM alpine:latest
RUN apk upgrade --no-cache
RUN addgroup -S appgroup && adduser -S appuser -G appgroup