Skip to content

Commit e98695d

Browse files
committed
debos: rootfs: Add Docker
Install Docker with the Debian docker.io package and add the default "debian" user to the new "docker" group. Signed-off-by: Loïc Minier <[email protected]>
1 parent dccbdc9 commit e98695d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ actions:
126126
- alsa-utils
127127
- clinfo
128128
- device-tree-compiler
129+
- docker.io
129130
- i2c-tools
130131
- locales
131132
- mesa-opencl-icd
@@ -143,6 +144,13 @@ actions:
143144
- vulkan-tools
144145
- wget
145146

147+
- action: run
148+
description: Add default user to docker group
149+
chroot: true
150+
command: |
151+
set -eux
152+
usermod -a -G docker debian
153+
146154
{{- if eq $xfcedesktop "true" }}
147155
# this should ideally be task-xfce-desktop, but this pulls too many apps;
148156
# instead, curate from the Depends and Recommends of task-xfce-desktop and

0 commit comments

Comments
 (0)