diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-05-03 19:24:42 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-05-03 19:24:42 +0100 |
commit | 9b86d3dee69702cd9fa02e7f454fd0e92a7761bb (patch) | |
tree | 73bc79d1abde252d6433a6ccfd5ca7956589588e /docker | |
parent | add gpg key fingerprint (diff) | |
parent | 0.99.3.2 (diff) | |
download | synapse-9b86d3dee69702cd9fa02e7f454fd0e92a7761bb.tar.xz |
Merge tag 'v0.99.3.2'
Synapse 0.99.3.2 (2019-05-03) ============================= Internal Changes ---------------- - Ensure that we have `urllib3` <1.25, to resolve incompatibility with `requests`. ([\#5135](https://github.com/matrix-org/synapse/issues/5135))
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile-dhvirtualenv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile-dhvirtualenv b/docker/Dockerfile-dhvirtualenv index 224c92352d..3de032cf8c 100644 --- a/docker/Dockerfile-dhvirtualenv +++ b/docker/Dockerfile-dhvirtualenv @@ -55,7 +55,8 @@ RUN apt-get update -qq -o Acquire::Languages=none \ python3-pip \ python3-setuptools \ python3-venv \ - sqlite3 + sqlite3 \ + libpq-dev COPY --from=builder /dh-virtualenv_1.1-1_all.deb / |