From f330dcea38fbbaa117cc10b398d13a0e49ba191a Mon Sep 17 00:00:00 2001 From: Chad Redman Date: Sun, 8 May 2022 00:25:13 -0400 Subject: [PATCH] Add jq and xmlstarlet to student containers --- TODO.md | 2 ++ internal/mkstudent.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 98ac450..3b54656 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,8 @@ TODO ------- - Once upgrading to 2.6.9, can remove gsh code marked "Temporary fix for GRP-4024" from bootstrap.gsh files - Bug in 2.6.8, attr_read isn't enough to see attributes; need admin privileges on the object to see the option in the menu +- 301.6 and 301.7 slides need to be finished +- 301.8 view privilege on the App folder not enough for kjenkins to view; needs create priv 202202 ------- diff --git a/internal/mkstudent.sh b/internal/mkstudent.sh index 0f7500b..e0d6e8d 100644 --- a/internal/mkstudent.sh +++ b/internal/mkstudent.sh @@ -10,7 +10,7 @@ echo "$GROUPER_GTE_DOCKER_BRANCH" > /root/grouperGteDockerBranch.txt chmod a+r /root/grouperGteDockerBranch.txt yum -y update -yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk +yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk jq xmlstarlet yum -y install docker