diff options
author | Silke Hofstra <silkeh@users.noreply.github.com> | 2019-04-16 12:41:17 +0200 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-04-16 20:41:17 +1000 |
commit | a137f4eac028fefda0787a168dd8853653155bc3 (patch) | |
tree | fb81c255fdf0f384aa4d69aa24322dcda9fa6add /docker | |
parent | Merge pull request #5063 from matrix-org/erikj/move_endpoints (diff) | |
download | synapse-a137f4eac028fefda0787a168dd8853653155bc3.tar.xz |
Add systemd-python to optional dependencies (#4339)
Using systemd-python allows for logging to the systemd journal, as is documented in: `synapse/contrib/systemd/log_config.yaml`. Signed-off-by: Silke Hofstra <silke@slxh.eu>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile-dhvirtualenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile-dhvirtualenv b/docker/Dockerfile-dhvirtualenv index 224c92352d..9c4c9a5d80 100644 --- a/docker/Dockerfile-dhvirtualenv +++ b/docker/Dockerfile-dhvirtualenv @@ -50,7 +50,9 @@ RUN apt-get update -qq -o Acquire::Languages=none \ debhelper \ devscripts \ dh-systemd \ + libsystemd-dev \ lsb-release \ + pkg-config \ python3-dev \ python3-pip \ python3-setuptools \ |