From f68cac0f9b15bc740460bb550d97965906601905 Mon Sep 17 00:00:00 2001 From: Adam Copeland Date: Sat, 22 Feb 2020 06:09:12 -0500 Subject: [PATCH] Install wget during prepare_install function On docker-compose up, several parts of the installation procedure fail due to wget not being available. It should be installed at this stage of the docker build. --- docker/provision.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/provision.sh b/docker/provision.sh index 65f66d75d..b26a5037a 100755 --- a/docker/provision.sh +++ b/docker/provision.sh @@ -77,6 +77,7 @@ prepare_install () { apt-get update apt-get install -y --no-install-recommends \ curl \ + wget \ software-properties-common \ apt-transport-https \ python3-software-properties