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