summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorSilke Hofstra <silkeh@users.noreply.github.com>2019-04-16 12:41:17 +0200
committerAmber Brown <hawkowl@atleastfornow.net>2019-04-16 20:41:17 +1000
commita137f4eac028fefda0787a168dd8853653155bc3 (patch)
treefb81c255fdf0f384aa4d69aa24322dcda9fa6add /docker
parentMerge pull request #5063 from matrix-org/erikj/move_endpoints (diff)
downloadsynapse-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-dhvirtualenv2
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 \