image: document uidmap dependency

This commit is contained in:
Moritz Sanft 2024-08-12 09:36:51 +02:00
parent fe96153507
commit 35b6a1300c
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -4,6 +4,9 @@ Ensure you have Nix installed. This is a requirement for the following steps.
Consult the [developer docs](/dev-docs/workflows/build-develop-deploy.md) for more info.
At the very least, `nix` should be in your PATH.
Building the image also requires `newuidmap` and `newgidmap` to be present in the PATH. On Debian and Ubuntu, these can be sourced through
the `uidmap` package.
## Build
You can build any image using Bazel.