diff --git a/Dockerfile b/Dockerfile index 31aa8c6..4293cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM alpine # Pakete installieren -RUN apk update -RUN apk install build-essential gcc curl vim net-tools +#RUN apk update +RUN apk add --no-cache build-base curl vim net-tools # Arbeitsverzeichnis setzen WORKDIR /app