diff --git a/crates/mcp/Dockerfile b/crates/mcp/Dockerfile index 5ec9501c..d9c95e94 100644 --- a/crates/mcp/Dockerfile +++ b/crates/mcp/Dockerfile @@ -12,4 +12,6 @@ WORKDIR /app COPY --from=builder /build/target/release/rustfs-mcp /app/ -ENTRYPOINT ["/app/rustfs-mcp"] \ No newline at end of file +RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates + +ENTRYPOINT ["/app/rustfs-mcp"]