Dockerfile aktualisiert

This commit is contained in:
Kevin Nowak 2026-04-11 11:57:43 +00:00
parent 4fd2f73dfe
commit 66b927f8e0

View File

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