cloud-infra: add jq to ubuntu1804 image 08/8308/1
authorCian Johnston <cian.johnston@est.tech>
Thu, 8 Apr 2021 10:08:17 +0000 (10:08 +0000)
committerCian Johnston <cian.johnston@est.tech>
Thu, 8 Apr 2021 10:08:17 +0000 (10:08 +0000)
Signed-off-by: Cian Johnston <cian.johnston@est.tech>
Change-Id: I1d962aad8cd1d681bd53fcfb97b3dd14ca2b22eb

.gitignore [new file with mode: 0644]
infra/jenkins/slave-setup/cloud-infra/configure-image-ubuntu1804.sh

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1377554
--- /dev/null
@@ -0,0 +1 @@
+*.swp
index 9243b99379c933747a97c1b15e1e789f8fa616d3..7aebf32b4e3f093bf060dbcbb42304ea3bac33f1 100644 (file)
@@ -45,6 +45,7 @@ PKG_LIST=(
     wget
     chrony
     openjdk-11-jre-headless
+    jq
 )
 
 # we need apt to proceed without any prompt asking for user input