v0.11.0 with auto-archiver v1.1.0, antibot added, vk_extractor dropped

This commit is contained in:
msramalho
2025-06-18 02:14:10 +01:00
parent 019bfefd8b
commit f27fb12b27
6 changed files with 1782 additions and 1023 deletions

View File

@@ -16,7 +16,7 @@ ENV LANG=C.UTF-8 \
# install dependencies
RUN apt update -y && \
apt install -y python3-venv && \
apt install -y python3-venv python3-tk python3-dev && \
python3 -m venv ./poetry-venv && \
./poetry-venv/bin/python -m pip install --upgrade pip && \
./poetry-venv/bin/python -m pip install "poetry>=2.0.0,<3.0.0"