fix: set SSL_CERT_FILE to correct path for slim base image
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user