From 7f35f74f1484b05df0258d9536b4862b0309b24f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 29 Mar 2024 12:07:33 -0700 Subject: [PATCH] add missing curl for other platforms --- Dockerfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.release b/Dockerfile.release index 2706afd16..ef4db0c0c 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -54,7 +54,7 @@ ENV MINIO_ACCESS_KEY_FILE=access_key \ COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=build /go/bin/minio /usr/bin/minio COPY --from=build /go/bin/mc /usr/bin/mc -COPY --from=build /go/bin/curl /usr/bin/curl +COPY --from=build /go/bin/cur* /usr/bin/ COPY CREDITS /licenses/CREDITS COPY LICENSE /licenses/LICENSE