From d7f853d21bb573e003ac633278eeb469d4d8f53a Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Tue, 27 Jun 2017 09:42:41 +0200 Subject: [PATCH] add updates to prepare script --- build/scripts/prepare.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/scripts/prepare.sh b/build/scripts/prepare.sh index 3b52c3a..50db2dc 100644 --- a/build/scripts/prepare.sh +++ b/build/scripts/prepare.sh @@ -37,11 +37,13 @@ ln -sf /bin/true /usr/bin/ischroot ln -sf /bin/true /usr/bin/chfn ## Install HTTPS support for APT +apt update apt_install_permanent apt-transport-https ## Upgrade all packages +apt update apt dist-upgrade -y --no-install-recommends ## Set timezone echo $TIMEZONE > /etc/timezone -dpkg-reconfigure -f noninteractive tzdata \ No newline at end of file +dpkg-reconfigure -f noninteractive tzdata