From 4a2600847f10687ca19ae72e868e7caf9736fcc1 Mon Sep 17 00:00:00 2001 From: omribarouch Date: Thu, 26 Sep 2024 14:06:59 +0300 Subject: [PATCH] update-ca-certificate on startup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df7ecbc..6773ffb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,4 +55,4 @@ COPY ./app/. . RUN pip uninstall -y setuptools || true # Run the application -CMD ["/app/.venv/bin/python", "main.py"] +CMD ["sh", "-c", "update-ca-certificates && /app/.venv/bin/python main.py"]