From 72e7e777299e5d6e92faec65e93df61d01a58f7a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Nov 2023 11:54:39 +0100 Subject: [PATCH] remove minio-client --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 871a682..45103a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,3 @@ FROM squidfunk/mkdocs-material # Beispiel; https://squidfunk.github.io/mkdocs-material/getting-started/ # hadolint ignore=DL3013 RUN pip install --no-cache-dir mkdocs-macros-plugin - -# hadolint ignore=DL3018 -RUN apk add --no-cache minio-client