Dockerfile aktualisiert

This commit is contained in:
Kevin Nowak 2026-04-11 11:26:04 +00:00
parent cb70c06352
commit e1f496dd3b

View File

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