summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-01-10 15:43:09 +0000
committerRichard van der Hoff <richard@matrix.org>2019-01-10 15:43:09 +0000
commit928f5be84d7b231a3875563ff2809baee441ce90 (patch)
tree0e26b6f45761b6f3f4a1f06f0621e142e5786746
parentprep debian changelog for 0.34.0.1 (diff)
downloadsynapse-github/release-v0.34.0.1.tar.xz
fix debian build script for xenial github/release-v0.34.0.1 release-v0.34.0.1
-rw-r--r--docker/build_debian.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/build_debian.sh b/docker/build_debian.sh
index cea5067fe9..6b1b01e57f 100644
--- a/docker/build_debian.sh
+++ b/docker/build_debian.sh
@@ -8,6 +8,7 @@ DIST=`lsb_release -c -s`
 
 # We need to build a newer dh_virtualenv on older OSes like Xenial.
 if [ "$DIST" = 'xenial' ]; then
+    apt-get update
     mkdir -p /tmp/dhvenv
     cd /tmp/dhvenv
     wget https://github.com/spotify/dh-virtualenv/archive/1.1.tar.gz