add ca-certificates in mcp-server Dockerfile (#1248)
Signed-off-by: Andrea Manzi <[email protected]>
This commit is contained in:
@@ -12,4 +12,6 @@ WORKDIR /app
|
||||
|
||||
COPY --from=builder /build/target/release/rustfs-mcp /app/
|
||||
|
||||
ENTRYPOINT ["/app/rustfs-mcp"]
|
||||
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
|
||||
|
||||
ENTRYPOINT ["/app/rustfs-mcp"]
|
||||
|
||||
Reference in New Issue
Block a user