Dockerfile aktualisiert
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kevin Nowak 2026-04-11 11:29:43 +00:00
parent 9cc4bc497e
commit d428dbab16

View File

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