From 49ea974f35079a7a834dfe1347bf45a76a537d1e Mon Sep 17 00:00:00 2001 From: Shane Israel Date: Sat, 2 May 2026 20:26:12 -0600 Subject: [PATCH] add ca-certs to python source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 995dc088..90a58891 100755 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ RUN ffmpeg -version && \ FROM ubuntu:22.04 AS python-source ARG PYTHON_VERSION=3.14.0 RUN apt-get update && apt-get install -y --no-install-recommends \ - build-essential wget xz-utils \ + build-essential wget xz-utils ca-certificates \ libssl-dev libffi-dev zlib1g-dev \ libbz2-dev libreadline-dev libsqlite3-dev \ liblzma-dev uuid-dev \