We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7681fea commit 2e62f80Copy full SHA for 2e62f80
Dockerfile
@@ -19,7 +19,11 @@ RUN poetry install --no-root --without dev --with ldap
19
20
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:$python_version
21
22
-RUN apt-get update && apt-get install --no-install-recommends -y libmagickwand-dev && rm -rf /var/lib/apt/lists/*
+RUN apt-get update \
23
+ && apt-get install --no-install-recommends -y \
24
+ libmagickwand-dev \
25
+ libldap2-dev \
26
+ && rm -rf /var/lib/apt/lists/*
27
28
# Install dependencies from build cache
29
WORKDIR /app
0 commit comments