Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add jq and xmlstarlet to student containers
credman committed May 8, 2022
1 parent 1045a21 commit f330dce
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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
-------
2 changes: 1 addition & 1 deletion 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

0 comments on commit f330dce

Please sign in to comment.