This commit is contained in:
Artai Esculta 2025-03-22 12:29:33 +01:00
parent f8735354a2
commit d5bc6d9f26

View file

@ -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 && \