From 458bba53deaa1a70ce8b0a48522c3855380beb16 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Sat, 25 Mar 2017 01:07:40 +0000 Subject: [PATCH] Added apache2-utils --- setup/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/build.sh b/setup/build.sh index 984a00a..407ff5c 100644 --- a/setup/build.sh +++ b/setup/build.sh @@ -5,6 +5,7 @@ add-apt-repository ppa:ondrej/php -y apt-get update apt-get install php7.1 php7.1-common -y apt-get install php7.1-curl php7.1-xml php7.1-zip php7.1-gd php7.1-mysql php7.1-mbstring -y +apt-get install apache2-utils -y wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh #Docker install