aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-07-30 12:44:09 +0100
committerGravatar Chris Lovering <[email protected]>2024-07-30 12:47:04 +0100
commita0654c613a56da55b02768037512a9c3d84b25cf (patch)
treed18f7a3e618ea03f17b31897b81856562cca7366 /Dockerfile
parentDisable caching of FreeIPA client (diff)
Mark the LDAP group as optional
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4701510..7b3f20c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y libmagickwand-d
WORKDIR /app
COPY --from=wheel-builder /opt/poetry/cache /opt/poetry/cache
COPY pyproject.toml poetry.lock ./
-RUN poetry install --without dev --no-root
+RUN poetry install --without dev --with ldap --no-root
# Set Git SHA environment variable for Sentry
ARG git_sha="development"