Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions debos-recipes/qualcomm-linux-debian-rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ actions:
- alsa-utils
- clinfo
- device-tree-compiler
- docker.io
- i2c-tools
- locales
- mesa-opencl-icd
Expand All @@ -143,6 +144,13 @@ actions:
- vulkan-tools
- wget

- action: run
description: Add default user to docker group
chroot: true
command: |
set -eux
usermod -a -G docker debian

{{- if eq $xfcedesktop "true" }}
# this should ideally be task-xfce-desktop, but this pulls too many apps;
# instead, curate from the Depends and Recommends of task-xfce-desktop and
Expand Down