silvio / docker-matrix

docker image for matrix.org
GNU General Public License v2.0
142 stars 76 forks source link

add "pyopenssl>=0.14" #42

Closed mvgorcum closed 6 years ago

mvgorcum commented 6 years ago

I think this should fix #41

dali99 commented 6 years ago

This didnt fix the issue for me

mvgorcum commented 6 years ago

Can you post the logs?

dali99 commented 6 years ago

Yeah sure https://pomf.dodsorf.as/f/t0e8vh.txt Same as before though

mvgorcum commented 6 years ago

Thanks for posting the logs.
Yep this is not working. I forgot to escape the double quotes, which is why it did nothing, but also passed the build test.
Unfortunately, when actually running pip install --upgrade --force "pyopenssl>=0.14" in the dockerfile the build fails because pip errors out with RequirementParseError: Invalid requirement

I'm confused as to why I am able to run the command in the container after it has been built, though.