Dockerfile aktualisiert

This commit is contained in:
Lorenz Weller 2026-04-11 12:02:09 +00:00
parent bfaad83fdc
commit 2cba107371

View File

@ -1,7 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache gcc
RUN apk add --no-cache build-base
WORKDIR /app