From 2490614c33a8f99516b994ba5d52716378ee2c03 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Tue, 15 Aug 2023 10:57:11 +0200 Subject: [PATCH] Update Dockerfile Co-authored-by: Felix Niederwanger --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 99b08d0e..5990b89e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ VOLUME /pcw/db EXPOSE 8000/tcp +# Required to use system certs in python-requests ENV REQUESTS_CA_BUNDLE=/etc/ssl/ca-bundle.pem # Once we are certain that this runs nicely, replace this with ENTRYPOINT.