CrawlerX - Develop Extensible, Distributed, Scalable Crawler System which is a web platform that can be used to crawl URLs in different kind of protocols in a distributed way.
Apache License 2.0
22
stars
16
forks
source link
Cannot build docker - Failed to build Twisted #184
Hi.
I run docker-compose up --build and get an error:
I tried installing Twisted's dependencies in Dockerfile or change version Twisted in requirements.txt but it didn't solve the problem.
RUN apt-get update && apt-get install -y gcc libc6-dev
Hi. I run
docker-compose up --build
and get an error:I tried installing Twisted's dependencies in Dockerfile or change version Twisted in requirements.txt but it didn't solve the problem.
RUN apt-get update && apt-get install -y gcc libc6-dev
Can you help me? Thank you!