I've migrated some code from gridengine to the new kubernetes based jobs framework. The code is written in Java but there's also a Makefile to start various tasks. I've noticed that some images contain "make", others don't:
tf-ruby-27: yes
tf-perl532: yes
tf-python39: yes
tf-node16: yes
tf-php74: no
tf-jdk17: no
tf-golang: no
Would it be possible to include "make" in all toolforge images? It's a standard tool I imagine other developers might find useful too.