Add nuget version to fix image build failure 19/44819/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 30 Aug 2016 00:39:44 +0000 (10:39 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 30 Aug 2016 00:43:02 +0000 (10:43 +1000)
Change-Id: Ic719094736c16bae8345736fd9ca111385a48b4b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/java-builder.sh

index f4829c69245af758f56baabed4a6c45006dce9e9..50a2d87a5d1c16082a5bd36b4dcffd275dae85b4 100644 (file)
@@ -36,5 +36,5 @@ rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E032808
 #Added the mono tools repository
 yum-config-manager -q -y --add-repo http://download.mono-project.com/repo/centos/
 #install the mono toolchain and nuget
-yum -q -y install mono-complete-4.2.3.4 nuget
+yum -q -y install mono-complete-4.2.3.4 nuget-2.8.7
 #end changes for vsemprovider in VTN