Dockerfile aktualisiert

This commit is contained in:
Kevin Nowak 2026-04-11 12:00:10 +00:00
parent 66b927f8e0
commit 566e564e77

View File

@ -2,6 +2,7 @@
FROM alpine
# Pakete installieren
RUN apk update && apk upgrade
RUN apk add --no-cache build-base curl vim net-tools
# Arbeitsverzeichnis setzen