mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
fix: allow mc executable inside minio containers (#17755)
This commit is contained in:
parent
73edd5b8fd
commit
715c9e3ca9
@ -38,6 +38,7 @@ RUN \
|
|||||||
curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /opt/bin/mc && \
|
curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /opt/bin/mc && \
|
||||||
microdnf clean all && \
|
microdnf clean all && \
|
||||||
chmod +x /opt/bin/minio && \
|
chmod +x /opt/bin/minio && \
|
||||||
|
chmod +x /opt/bin/mc && \
|
||||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||||
chmod +x /usr/bin/verify-minio.sh && \
|
chmod +x /usr/bin/verify-minio.sh && \
|
||||||
/usr/bin/verify-minio.sh && \
|
/usr/bin/verify-minio.sh && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user