From 928f5be84d7b231a3875563ff2809baee441ce90 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 10 Jan 2019 15:43:09 +0000 Subject: [PATCH] fix debian build script for xenial --- docker/build_debian.sh | 1 + 1 file changed, 1 insertion(+) 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