diff options
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index f200e6a5..4017a214 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -151,7 +151,7 @@ if [ -f /etc/debian_version ] ; then esac # needed to run coreboot/openwrt/netbsd jobs case $HOSTNAME in - profitbricks-build3-amd64) DEBS="$DEBS m4" ;; + profitbricks-build3-amd64) DEBS="$DEBS m4 bison flex" ;; *) ;; esac if [ "$HOSTNAME" = "jenkins" ] ; then |