updating deps
Some checks failed
Build and push image / deploy (push) Has been cancelled

This commit is contained in:
2024-04-15 16:23:56 +01:00
parent 50d46ab835
commit 3ae5b6b23b
2 changed files with 5 additions and 2 deletions

View File

@@ -15,8 +15,11 @@ WORKDIR /src
COPY . /src/
RUN echo "deb http://ftp.uk.debian.org/debian bookworm non-free non-free-firmware" > /etc/apt/sources.list.d/non-free.list
RUN apt update \
&& apt install -y npm cron unrar-free libmariadb-dev libpq-dev pkg-config swig \
&& apt install -y npm cron unrar libmariadb-dev libpq-dev pkg-config swig \
&& pip install --upgrade pip \
&& pip install -r requirements.txt \
&& cd frontend \