diff --git a/Dockerfile.genreport b/Dockerfile.genreport index b16c36c..b040503 100644 --- a/Dockerfile.genreport +++ b/Dockerfile.genreport @@ -1,6 +1,6 @@ FROM python:3.11-slim -RUN apt-get update && apt-get -y install git && apt-get clean +RUN apt-get update && apt-get -y install git install libpq-dev gcc && apt-get clean RUN useradd -m app