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 /docker/configure_workers_and_start.py | |
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 'docker/configure_workers_and_start.py')
-rwxr-xr-x | docker/configure_workers_and_start.py | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py |