From 4be83e20b13dddba6f0f16753506c965598bf580 Mon Sep 17 00:00:00 2001 From: Mikhail Ushanov Date: Fri, 12 Oct 2018 15:36:20 +0300 Subject: [PATCH] scripts: add gcc package for using gco on build Signed-off-by: Mikhail Ushanov --- scripts/vagrant-linux-priv-config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vagrant-linux-priv-config.sh b/scripts/vagrant-linux-priv-config.sh index d31d330c8..edbb5b8b7 100755 --- a/scripts/vagrant-linux-priv-config.sh +++ b/scripts/vagrant-linux-priv-config.sh @@ -8,6 +8,7 @@ apt-get install -y software-properties-common apt-get install -y bzr \ curl \ + gcc \ git \ make \ mercurial \