Dockerfile aktualisiert

This commit is contained in:
Kevin Nowak 2026-04-11 11:23:12 +00:00
parent ff11abc459
commit cb70c06352

View File

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