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

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 FROM alpine
# Pakete installieren # Pakete installieren
RUN apk-get update RUN apk update
RUN apk-get install -y build-essential gcc curl vim net-tools RUN apk install -y build-essential gcc curl vim net-tools
# Arbeitsverzeichnis setzen # Arbeitsverzeichnis setzen
WORKDIR /app WORKDIR /app