From e9ee4a930e4c2b4e19ea5a3250ebdea0d3166c0a Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Sun, 26 Dec 2021 11:04:33 -0500 Subject: [PATCH] Fix docs compose (again) (#3494) --- {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile index 422f55dd..6f1bb8b5 100644 --- a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile @@ -37,6 +37,8 @@ ENV PYTHONDONTWRITEBYTECODE 1 RUN apt-get update && apt-get install --no-install-recommends -y \ # To run the Makefile make \ + # psycopg2 dependencies + libpq-dev \ # Translations dependencies gettext \ # Uncomment below lines to enable Sphinx output to latex and pdf