matrix-org / pantalaimon

E2EE aware proxy daemon for matrix clients.
Apache License 2.0
279 stars 41 forks source link

Docker file on github should build source #131

Open JeremyMahieu opened 2 years ago

JeremyMahieu commented 2 years ago

Is your feature request related to a problem? Please describe. You can't use docker to evaluate changes to the source code because it pulls the source from pypi and not from the actual local files.

Describe the solution you'd like Dockerfile should be modified so it uses the .py files from the current directory or current github commit.

Describe alternatives you've considered Alternative would be to write own dockerfile but this defeats the purpose of docker being a fast way to run something.

Additional context All of this because panctl doesn't work in docker with the current dockerfile, or any other prebuilt image from dockerhub.