summary refs log tree commit diff
path: root/synapse/app/_base.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-01Further reduce the size of the docker image (#3972)Richard van der Hoff2-25/+47
Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
2018-10-01Correctly match 'dict.pop' apiErik Johnston1-3/+11
2018-10-01<