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!
Hi.

I run
docker-compose up --buildand 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-devCan you help me?
Thank you!