updating deps
Some checks failed
Build and push image / deploy (push) Failing after 19m14s

This commit is contained in:
Peter Dwyer
2023-08-29 08:53:37 +01:00
parent 7049f3fa3b
commit df0caf709e

View File

@@ -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 \