From 3ae5b6b23b9bec79bb0ba7c74f38378afb94a142 Mon Sep 17 00:00:00 2001 From: Ajurna Date: Mon, 15 Apr 2024 16:23:56 +0100 Subject: [PATCH] updating deps --- Dockerfile | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 577d83c..82ab38f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/pyproject.toml b/pyproject.toml index 0e148b9..8541b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line_length = 119 [tool.poetry] name = "cbwebreader" -version = "1.1.7" +version = "1.1.8" description = "CBR/Z Web Reader" authors = ["ajurna "] license = "Creative Commons Attribution-ShareAlike 4.0 International License"