fix: set SSL_CERT_FILE to correct path for slim base image

This commit is contained in:
Shane
2026-08-22 12:51:01 -04:00
parent f7e799c9e9
commit d1eeb01f3d
+2
View File
@@ -26,6 +26,8 @@ RUN cd /app/agent && \
FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim AS runtime
ENV PYTHONUNBUFFERED=1
# Fix SSL cert path for the slim base image (ca-certificates installs to /etc/ssl/certs)
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
# Install LiveKit server binary + supervisord + nginx
RUN apt-get update && apt-get install -y --no-install-recommends \