istresearch / scrapy-cluster

This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
http://scrapy-cluster.readthedocs.io/
MIT License
1.17k stars 323 forks source link

fix missing package python-lxml #264

Closed itisrasoul closed 2 years ago

itisrasoul commented 2 years ago

The repositories from the debian (python) image that is used in the project no longer has python-lxml package and this leads to build error while running docker compose. To solve it, I renamed it to existing python3-lxml.