From e6bdeecaf2aedcd742c05c1f13fe92ce3c6a1c19 Mon Sep 17 00:00:00 2001 From: Bram van Dartel Date: Mon, 30 Dec 2024 11:07:22 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 137515a..5f1a22d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,7 @@ RUN echo "**** install build packages ****" \ && echo "**** install pip packages ****" \ && python3 -m pip install cython --no-cache-dir \ && python3 -m pip install -r /app/dsmrreader/provisioning/requirements/base.txt --no-cache-dir \ - && python3 -m pip install psycopg2 --no-cache-dir \ + && python3 -m pip install psycopg2-binary --no-cache-dir \ && python3 -m pip install mysqlclient --no-cache-dir \ && python3 -m pip install tzupdate --no-cache-dir \ && echo "**** create app user and make base folders ****" \