mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Remove abx-plugins Docker commit pin
This commit is contained in:
parent
79b59945e5
commit
083ee8cb7d
@ -276,8 +276,6 @@ RUN --mount=type=bind,source=pyproject.toml,target=/app/pyproject.toml \
|
||||
--no-install-project \
|
||||
--no-install-workspace \
|
||||
--no-sources \
|
||||
&& uv pip install --upgrade --no-cache \
|
||||
"abx-plugins @ git+https://github.com/ArchiveBox/abx-plugins.git@5f2e95af7053fe49c45ed56d17f23e66fbdfa39f" \
|
||||
&& apt-get purge -y python3-dev build-essential gcc \
|
||||
&& apt-get autoremove -y \
|
||||
&& find /venv -type d -name __pycache__ -prune -exec rm -rf {} + \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user