Skip to content

Commit a637db1

Browse files
lukeseawalkerdemartinofra
authored andcommitted
Install jq as a prerequisite package
Signed-off-by: Luca Carrogu <[email protected]>
1 parent 3867bdc commit a637db1

5 files changed

+5
-5
lines changed

amis/packer_alinux.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
{
138138
"type" : "shell",
139139
"inline" : [
140-
"sudo yum -y groupinstall development && sudo yum -y install curl wget"
140+
"sudo yum -y groupinstall development && sudo yum -y install curl wget jq"
141141
]
142142
},
143143
{

amis/packer_centos6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
{
145145
"type" : "shell",
146146
"inline" : [
147-
"sudo yum -y groupinstall development && sudo yum -y install curl wget"
147+
"sudo yum -y groupinstall development && sudo yum -y install curl wget jq"
148148
]
149149
},
150150
{

amis/packer_centos7.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
{
144144
"type" : "shell",
145145
"inline" : [
146-
"sudo yum -y groupinstall development && sudo yum -y install curl wget"
146+
"sudo yum -y groupinstall development && sudo yum -y install curl wget jq"
147147
]
148148
},
149149
{

amis/packer_ubuntu1404.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
{
152152
"type" : "shell",
153153
"inline" : [
154-
"sudo apt-get -y install build-essential curl wget"
154+
"sudo apt-get -y install build-essential curl wget jq"
155155
]
156156
},
157157
{

amis/packer_ubuntu1604.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{
155155
"type" : "shell",
156156
"inline" : [
157-
"sudo apt-get -y install build-essential curl wget"
157+
"sudo apt-get -y install build-essential curl wget jq"
158158
]
159159
},
160160
{

0 commit comments

Comments
 (0)