Skip to content

Commit 9636d73

Browse files
committed
fix: Workaround mc bug
bitnami/charts#27898
1 parent 3997644 commit 9636d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ RUN apt-get update \
5454
\
5555
&& curl -sSL https://getcomposer.org/installer | php -- --filename=composer --install-dir=/usr/local/bin/ \
5656
\
57-
&& curl -sSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc \
57+
&& echo "curl -sSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc" \
58+
&& curl -sSL https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2024-06-24T19-40-33Z -o /usr/local/bin/mc \
5859
&& chmod +x /usr/local/bin/mc \
5960
\
6061
&& curl -sSL https://raw.githubusercontent.com/renatomefi/php-fpm-healthcheck/master/php-fpm-healthcheck -o /usr/local/bin/php-fpm-healthcheck \

0 commit comments

Comments
 (0)