chore: move minio binary to /usr/loca/bin
Some checks failed
build-terraform-alpine / build-image (push) Failing after 44s

This commit is contained in:
2025-01-24 03:46:18 +00:00
parent 7e4d48622c
commit 89e0b719d9

View File

@@ -6,9 +6,8 @@ ARG ARCH
RUN apk add --no-cache git npm bash curl RUN apk add --no-cache git npm bash curl
RUN curl https://dl.min.io/client/mc/release/linux-arm64/mc --create-dirs -o ~/minio-binaries/mc RUN curl https://dl.min.io/client/mc/release/linux-arm64/mc -o /usr/local/bin/mc
RUN chmod +x $HOME/minio-binaries/mc RUN chmod +x /usr/local/bin/mc
RUN export PATH=$PATH:$HOME/minio-binaries/
RUN apk add --update --virtual .deps --no-cache gnupg && \ RUN apk add --update --virtual .deps --no-cache gnupg && \
cd /tmp && \ cd /tmp && \