Skip to content

Commit 15026a1

Browse files
authored
chore(fix): Fix trusted certs (#28)
1 parent df15807 commit 15026a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ ENV LOG_LEVEL=INFO
4747
# Set working directory
4848
WORKDIR /app
4949

50+
# Copy trusted certificates from builder
51+
COPY --from=builder /etc/pki/ca-trust/extracted/ /etc/pki/ca-trust/extracted/
52+
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
53+
5054
# Copy binary from builder
5155
COPY --from=builder /tmp/stackrox-mcp /app/stackrox-mcp
5256

0 commit comments

Comments
 (0)