From df0caf709e762c81403e6e53b60dcdbc401f4f0b Mon Sep 17 00:00:00 2001 From: Peter Dwyer Date: Tue, 29 Aug 2023 08:53:37 +0100 Subject: [PATCH] updating deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4721124..c86529c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN apt update \ && apt install -y software-properties-common \ && apt-add-repository non-free \ && apt update \ - && apt install -y npm cron unrar libmariadb-dev libpq-dev \ + && apt install -y npm cron unrar libmariadb-dev libpq-dev pkg-config \ && pip install --upgrade pip \ && pip install -r requirements.txt \ && cd frontend \