From af1d235397565c6d4360a5401f466f1703b43263 Mon Sep 17 00:00:00 2001 From: kmxz Date: Sat, 5 Nov 2016 17:46:16 +0800 Subject: [PATCH] add debian-stretch repo for docker --- docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.sh b/docker.sh index f9ca34e..3f5eef3 100755 --- a/docker.sh +++ b/docker.sh @@ -6,7 +6,7 @@ set -o pipefail _here=`dirname $(realpath $0)` . ${_here}/helpers/apt-download -APT_VERSIONS=("debian-wheezy" "debian-jessie" "ubuntu-precise" "ubuntu-trusty" "ubuntu-xenial") +APT_VERSIONS=("debian-wheezy" "debian-jessie" "debian-stretch" "ubuntu-precise" "ubuntu-trusty" "ubuntu-xenial") BASE_PATH="${TUNASYNC_WORKING_DIR}" APT_PATH="${BASE_PATH}/apt/repo"