Skip to content

Commit 0f57261

Browse files
authored
image: document uidmap dependency (edgelesssys#3310)
1 parent 85d4208 commit 0f57261

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

image/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Ensure you have Nix installed. This is a requirement for the following steps.
44
Consult the [developer docs](/dev-docs/workflows/build-develop-deploy.md) for more info.
55
At the very least, `nix` should be in your PATH.
66

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+
710
## Build
811

912
You can build any image using Bazel.

0 commit comments

Comments
 (0)