diff options
-rwxr-xr-x | update_jdn.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 1cc058c2..6356c904 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -258,7 +258,8 @@ if [ -f /etc/debian_version ] ; then case $HOSTNAME in jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS squid3 - kgb-client" ;; + kgb-client + python3-yaml" ;; *) ;; esac # needed to run the 2nd reproducible builds nodes in the future... |