From fbd2c458c313a74edabe2e52c8c15a766ac9598d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 11 Oct 2024 00:44:19 -0700 Subject: [PATCH] fix Docker main build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4f8ecf6f..e5bcf397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -275,6 +275,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-$TARGETARCH$T build-essential gcc \ libssl-dev libldap2-dev libsasl2-dev \ python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps \ + pipx \ # && ln -s "$GLOBAL_VENV" "$APP_VENV" \ # && pdm use --venv in-project \ # && pdm run python -m ensurepip \