diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-14 15:36:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 15:36:49 +0100 |
commit | aaaff98202fc1be4e3794291c4b670b8fc62cee5 (patch) | |
tree | 68d93eaf598ad7a4b16fa4b1dc39c28935d04d5e /changelog.d | |
parent | Update documentation to reflect that `run_background_tasks_on` is no longer e... (diff) | |
download | synapse-aaaff98202fc1be4e3794291c4b670b8fc62cee5.tar.xz |
Dockerfile-workers: reduce the amount we install (#12464)
This is an attempt to reduce the rebuild time. In short, we reduce the amount of stuff that the dockerfile installs, so as to give a faster startup.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12464.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12464.misc b/changelog.d/12464.misc new file mode 100644 index 0000000000..7a8cc6ba51 --- /dev/null +++ b/changelog.d/12464.misc @@ -0,0 +1 @@ +Dockerfile-workers: reduce the amount we install in the image. |