diff --git a/Dockerfile b/Dockerfile index cecd2bc29..c9f765ec5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,7 +72,8 @@ LABEL name="RustFS" \ url="https://rustfs.com" \ license="Apache-2.0" -RUN apk add --no-cache ca-certificates coreutils curl +RUN apk update && \ + apk add --no-cache ca-certificates coreutils curl "zlib>=1.3.2-r0" COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=build /build/rustfs /usr/bin/rustfs