chore: move minio binary to /usr/loca/bin
Some checks failed
build-terraform-alpine / build-image (push) Failing after 10s
Some checks failed
build-terraform-alpine / build-image (push) Failing after 10s
This commit is contained in:
@@ -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 sudo 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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user