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

This commit is contained in:
Juri Janner 2026-04-11 11:24:54 +00:00
parent 80b3ff2d4d
commit 55744a4a7c

View File

@ -2,8 +2,7 @@
FROM alpine:3.21
# Pakete installieren
RUN apt-get update
RUN apt-get install -y build-essential gcc curl vim net-tools
RUN apt add --no-cache build-base gcc
# Arbeitsverzeichnis setzen
WORKDIR /app