The default user and group IDs on macOS are different from those used on Linux,
so add the expected ones explicitly.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Using `make container` or, if you don't have automake/gmake on your host
system, `./scripts/container.sh` will build an image for the current
branch your are on and drop you into a shell running inside a container
using that image.
From there all tooling required to work on Gluon is available.
Supports both podman (preferred) and docker.