make minio binary executable

This commit is contained in:
Christos Alexiou 2025-02-20 20:35:24 +02:00
parent 49dda35358
commit dba89a678c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ WORKDIR /minio
# a 2022 version of minio that supports gateway mode # a 2022 version of minio that supports gateway mode
COPY scripts/resources/minio /minio COPY scripts/resources/minio /minio
RUN chmod +x minio
# handles the installation of minio in non-aas environments # handles the installation of minio in non-aas environments
COPY scripts/install-minio.sh ./install.sh COPY scripts/install-minio.sh ./install.sh