diff --git a/Dockerfile b/Dockerfile index 9d133cf..34fc72e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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