From 5ee4291003c7514eeedae6b853aadff130170c4b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Nov 2023 11:43:05 +0100 Subject: [PATCH] add minio-client --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9100b8..d3a30ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ FROM squidfunk/mkdocs-material RUN pip install --no-cache-dir mkdocs-macros-plugin # hadolint ignore=DL3018 -RUN apk add --no-cache rsync +RUN apk add --no-cache rsync minio-client