mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
fix broken arg
This commit is contained in:
parent
b87af19235
commit
214016d8a1
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ RUN echo "[+] Installing PIP ArchiveBox dependencies..." \
|
||||||
&& apt-get install -qq -y -t bookworm-backports --no-install-recommends \
|
&& apt-get install -qq -y -t bookworm-backports --no-install-recommends \
|
||||||
build-essential libssl-dev libldap2-dev libsasl2-dev \
|
build-essential libssl-dev libldap2-dev libsasl2-dev \
|
||||||
&& pdm use -f $GLOBAL_VENV \
|
&& pdm use -f $GLOBAL_VENV \
|
||||||
&& pdm sync --fail-fast --no-lock --no-editable --group :all --no-self \
|
&& pdm sync --fail-fast --no-editable --group :all --no-self \
|
||||||
&& apt-get purge -y \
|
&& apt-get purge -y \
|
||||||
build-essential libssl-dev libldap2-dev libsasl2-dev \
|
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
|
# these are only needed to build CPython libs, we discard after build phase to shrink layer size
|
||||||
|
|
Loading…
Reference in a new issue