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 dd34066 commit 73bfa02Copy full SHA for 73bfa02
source/debian/Building_Debian_Image.rst
@@ -72,12 +72,14 @@ Armbian supports both an interactive UI and a noninteractive build process.
72
.. note::
73
74
This build guide has been tested on an x86 host machine running Ubuntu 22.04. The Armbian :file:`compile.sh` script
75
- builds in an ARM64 docker container. Ensure the following packages are installed:
+ builds in an ARM64 docker container. Install the following packages and configure docker:
76
77
.. code-block:: console
78
79
sudo apt update
80
- sudo apt install docker.io qemu qemu-user-static binfmt-support
+ sudo apt install docker.io qemu-user-static binfmt-support
81
+ sudo usermod -aG docker $USER
82
+ newgrp docker
83
84
- To build interactively:
85
0 commit comments