Skip to content

Commit 73bfa02

Browse files
jonaswood01jeevantelukula
authored andcommitted
feat(debian): Update packages needed to build Armbian image
Signed-off-by: Jonas Wood <jw@ti.com>
1 parent dd34066 commit 73bfa02

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/debian/Building_Debian_Image.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ Armbian supports both an interactive UI and a noninteractive build process.
7272
.. note::
7373

7474
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:
75+
builds in an ARM64 docker container. Install the following packages and configure docker:
7676

7777
.. code-block:: console
7878
7979
sudo apt update
80-
sudo apt install docker.io qemu qemu-user-static binfmt-support
80+
sudo apt install docker.io qemu-user-static binfmt-support
81+
sudo usermod -aG docker $USER
82+
newgrp docker
8183
8284
- To build interactively:
8385

0 commit comments

Comments
 (0)