chore: Add minio/mc command to Dockerfile

This commit is contained in:
Andras Bacsai
2024-09-12 09:56:48 +02:00
parent 67d44713e7
commit f672a08afb

View File

@@ -68,3 +68,6 @@ RUN { \
echo 'upload_max_filesize=256M'; \
echo 'post_max_size=256M'; \
} > /etc/php/current_version/cli/conf.d/upload-limits.ini
COPY --from=minio/mc:RELEASE.2024-09-09T07-53-10Z /usr/bin/mc /usr/bin/mc
RUN chmod +x /usr/bin/mc