We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d4208 commit 0f57261Copy full SHA for 0f57261
image/README.md
@@ -4,6 +4,9 @@ Ensure you have Nix installed. This is a requirement for the following steps.
4
Consult the [developer docs](/dev-docs/workflows/build-develop-deploy.md) for more info.
5
At the very least, `nix` should be in your PATH.
6
7
+Building the image also requires `newuidmap` and `newgidmap` to be present in the PATH. On Debian and Ubuntu, these can be sourced through
8
+the `uidmap` package.
9
+
10
## Build
11
12
You can build any image using Bazel.
0 commit comments