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