summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-01-29 14:56:04 +0000
committerGitHub <noreply@github.com>2021-01-29 14:56:04 +0000
commite19396d62241c5619051e5aa15c9f53e2568fa45 (patch)
treee22fa79e3815d1ea2f596628bd3730d0086274a2 /docker
parentFix typo in UPGRADE.rst (diff)
downloadsynapse-e19396d62241c5619051e5aa15c9f53e2568fa45.tar.xz
Fix Debian builds on Xenial (#9254)
Adds note about updating dh-virtualenv once we drop support for Xenial.

We can't update now, because it needs debhelper 12, while Xenial only
backports 10.

Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile-dhvirtualenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile-dhvirtualenv b/docker/Dockerfile-dhvirtualenv
index e529293803..0d74630370 100644
--- a/docker/Dockerfile-dhvirtualenv
+++ b/docker/Dockerfile-dhvirtualenv
@@ -27,6 +27,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get install \
         wget
 
 # fetch and unpack the package
+# TODO: Upgrade to 1.2.2 once xenial is dropped
 RUN mkdir /dh-virtualenv
 RUN wget -q -O /dh-virtualenv.tar.gz https://github.com/spotify/dh-virtualenv/archive/ac6e1b1.tar.gz
 RUN tar -xv --strip-components=1 -C /dh-virtualenv -f /dh-virtualenv.tar.gz