You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: