Currently, the Dockerfile uses the pair of arguments APPS_REPO / APPS_BRANCH twice:
I have some (admittedly unique) use cases where I need to grab different apps for golang vs python, so it would be nice to accomplish this with some simple docker build arguments, instead of some ham-fisted sed (which I am using now).
Would making this change break things for many users?