From c5e4a1e6a7e3d97b60db63ac775a71c8a6a2a7b0 Mon Sep 17 00:00:00 2001 From: Eric Sharifi Date: Sat, 11 Apr 2026 11:30:03 +0000 Subject: [PATCH] updaed apk add command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ee3058..ee21c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest # Pakete installieren #RUN apt-get update -RUN apk add -y build-essential gcc curl vim net-tools +RUN apk add --no-cache build-essential gcc curl vim net-tools # User erstellen RUN adduser -D appuser