fix docker healthcheck unhealthy issue (#672)

This commit is contained in:
majinghe
2025-10-21 09:39:15 +08:00
committed by GitHub
parent cd1e244c68
commit 14bc55479b

View File

@@ -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