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

This commit is contained in:
Juri Janner 2026-04-11 11:21:48 +00:00
parent 09ee7386fd
commit 6a1733afa8

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
# Arbeitsverzeichnis setzen
WORKDIR /app