mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 13:08:34 +03:00
v0.11.0 with auto-archiver v1.1.0, antibot added, vk_extractor dropped
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user