We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3997644 commit 9636d73Copy full SHA for 9636d73
Dockerfile
@@ -54,7 +54,8 @@ RUN apt-get update \
54
\
55
&& curl -sSL https://getcomposer.org/installer | php -- --filename=composer --install-dir=/usr/local/bin/ \
56
57
- && curl -sSL https://dl.min.io/client/mc/release/linux-amd64/mc -o /usr/local/bin/mc \
+ && 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 \
59
&& chmod +x /usr/local/bin/mc \
60
61
&& curl -sSL https://raw.githubusercontent.com/renatomefi/php-fpm-healthcheck/master/php-fpm-healthcheck -o /usr/local/bin/php-fpm-healthcheck \
0 commit comments