From d5bc6d9f26cb7dd7b7236fe6f2d91e941f086965 Mon Sep 17 00:00:00 2001 From: Artai Esculta Date: Sat, 22 Mar 2025 12:29:33 +0100 Subject: [PATCH] Error --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccef258..1cfdf23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,8 @@ RUN echo -n 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so # Install Python dependencies in virtual environment RUN /venv/bin/pip install --no-cache-dir --upgrade pip && \ - /venv/bin/pip install --no-cache-dir python-ldap xmlsec + /venv/bin/pip install --no-cache-dir python-ldap xmlsec && \ + /venv/bin/pip install --no-cache-dir -r requirements.txt # Create user and set permissions RUN adduser -D -u 1000 tandoor && \