mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
dont install site packages as editable
This commit is contained in:
parent
166573d417
commit
479a6f44ea
@ -217,7 +217,7 @@ RUN echo "[+] Installing PIP ArchiveBox dependencies..." \
|
||||
&& apt-get install -qq -y -t bookworm-backports --no-install-recommends \
|
||||
build-essential libssl-dev libldap2-dev libsasl2-dev \
|
||||
&& pdm use -f $GLOBAL_VENV \
|
||||
&& pdm install --fail-fast --no-lock --group :all --no-self \
|
||||
&& pdm install --fail-fast --no-lock --no-editable --group :all --no-self \
|
||||
&& apt-get purge -y \
|
||||
build-essential libssl-dev libldap2-dev libsasl2-dev \
|
||||
# these are only needed to build CPython libs, we discard after build phase to shrink layer size
|
||||
|
||||
Loading…
Reference in New Issue
Block a user