fix: set lxml version (#8253)

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-07-11 11:43:31 +02:00
committed by GitHub
parent a4e96f809b
commit 8bcec4926b
5 changed files with 208 additions and 174 deletions
-4
View File
@@ -57,10 +57,6 @@ RUN poetry install --no-root && \
RUN poetry run python "$(poetry env info --path)/src/prowler/prowler/providers/m365/lib/powershell/m365_powershell.py"
# Prevents known compatibility error between lxml and libxml2/libxmlsec versions.
# See: https://github.com/xmlsec/python-xmlsec/issues/320
RUN poetry run pip install --force-reinstall --no-binary lxml lxml
COPY src/backend/ ./backend/
COPY docker-entrypoint.sh ./docker-entrypoint.sh