1
0
mirror of https://github.com/jcwimer/railsVagrant synced 2026-03-24 18:44:42 +00:00

Added apache2-utils

This commit is contained in:
2017-03-25 01:07:40 +00:00
parent 744418db86
commit 458bba53de

View File

@@ -5,6 +5,7 @@ add-apt-repository ppa:ondrej/php -y
apt-get update apt-get update
apt-get install php7.1 php7.1-common -y 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 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 wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
#Docker install #Docker install