diff --git a/Dockerfile b/Dockerfile index db75e54..46a5643 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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