From 57bfecbb5cf2a2de5aa5edaf6409bf4e69e799f8 Mon Sep 17 00:00:00 2001 From: Justin Belanger Date: Mon, 15 Jan 2024 08:58:47 -0800 Subject: [PATCH] :construction_worker: Add potential workaround for db connection error FLEX-150 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 29ba4be682..6dd4ac7734 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ FROM alpine:3.14 +ENV PGSSLCERT /tmp/postgresql.crt + RUN apk add --no-cache python3-dev \ postgresql-dev \ coreutils \