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

This commit is contained in:
Kevin Nowak 2026-04-11 11:55:55 +00:00
parent d175700588
commit 4fd2f73dfe

View File

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