From dba89a678c246dd2daaeb5e561452f3d9066e145 Mon Sep 17 00:00:00 2001 From: Christos Alexiou Date: Thu, 20 Feb 2025 20:35:24 +0200 Subject: [PATCH] make minio binary executable --- hosting/single/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index 043cd3dd73..e6c1142ab8 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -70,6 +70,7 @@ WORKDIR /minio # a 2022 version of minio that supports gateway mode COPY scripts/resources/minio /minio +RUN chmod +x minio # handles the installation of minio in non-aas environments COPY scripts/install-minio.sh ./install.sh