From 214016d8a1d826482fe644e7f1a025c624bb0d8c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 31 Oct 2023 00:31:14 -0700 Subject: [PATCH] fix broken arg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ad01712..ce4229dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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 \ 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