From 14bc55479b7673040a97a226a6ee818f290a9237 Mon Sep 17 00:00:00 2001 From: majinghe <42570491+majinghe@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:39:15 +0800 Subject: [PATCH] fix docker healthcheck unhealthy issue (#672) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e57acc7b..be895a67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ LABEL name="RustFS" \ url="https://rustfs.com" \ license="Apache-2.0" -RUN apk add --no-cache ca-certificates coreutils +RUN apk add --no-cache ca-certificates coreutils curl COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=build /build/rustfs /usr/bin/rustfs