Dockerfile aktualisiert

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
# Pakete installieren
RUN apk update
RUN apk install build-essential gcc curl vim net-tools
#RUN apk update
RUN apk add --no-cache build-base curl vim net-tools
# Arbeitsverzeichnis setzen
WORKDIR /app