From 85a060015c2c63b940be789b190cc711f49cbdbf Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 16 Jun 2023 08:21:24 +0000 Subject: [PATCH] Do it correctly this time --- web/Dockerfile | 1 + web/Dockerfile.dev | 1 + 2 files changed, 2 insertions(+) diff --git a/web/Dockerfile b/web/Dockerfile index 9703b3c..fed84a3 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -22,6 +22,7 @@ RUN --mount=type=cache,target=/root/.cache \ && pip install -r /tmp/requirements.txt \ whoosh \ uwsgi \ + psycopg2 \ dj-database-url \ mysqlclient \ typing \ diff --git a/web/Dockerfile.dev b/web/Dockerfile.dev index 31f8774..978ab0f 100644 --- a/web/Dockerfile.dev +++ b/web/Dockerfile.dev @@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \ git+https://gitlab.com/mailman/hyperkitty \ whoosh \ uwsgi \ + psycopg2 \ dj-database-url \ mysqlclient \ xapian-haystack \