From 092cae851622895a4a72d7d793836f9479aeb547 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 13:14:48 +0200 Subject: [PATCH] Drop quotes and run update --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index b47dd89..85ce941 100755 --- a/functions +++ b/functions @@ -83,7 +83,7 @@ dokku-ansible-deploy-dependencies() { dokku_col_log_info1_quiet "Ensuring the following packages are installed: $DEPENDENCIES" export DEBIAN_FRONTEND=noninteractive - apt install -y "$DEPENDENCIES" + apt update && apt install -y $DEPENDENCIES dokku_col_log_info1_quiet "Installing Ansible requirements" ansible-galaxy install --role-file "$REQUIREMENTS" --force