Update Dockerfile

This commit is contained in:
Emma Arnold 2026-04-11 11:51:08 +00:00
parent 5b71c9a2b7
commit 34728990c3

View File

@ -3,7 +3,7 @@ FROM alpine AS build-env
# Pakete installieren
RUN apt-get update
RUN apt-get install --no-cache -y build-essential gcc curl vim net-tools
RUN apt-get install -y build-essential gcc curl vim net-tools
# Arbeitsverzeichnis setzen
WORKDIR /app