From 8b9e28b50354307a314111262f6737b6d8aa4685 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 19 Jun 2026 15:28:52 +0200 Subject: [PATCH] refac --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36e29e7069..6074477637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -126,7 +126,7 @@ RUN chown -R $UID:$GID /app $HOME # Install common system dependencies RUN apt-get update && \ apt-get install -y --no-install-recommends \ - git build-essential pandoc gcc netcat-openbsd curl jq \ + git build-essential pandoc gcc netcat-openbsd curl jq ca-certificates \ libmariadb-dev \ python3-dev \ ffmpeg libsm6 libxext6 zstd \