Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABRoot removes groups added by packages added to host system #344

Open
artyom-smushkov opened this issue Aug 8, 2024 · 0 comments
Open

Comments

@artyom-smushkov
Copy link

I tried to add docker to VanillaOS Orchid installed in GNOME Boxes VM, I tried both building my custom image with docker

...
  - name: important-packages # Sample module using the built-in Apt module to install packages
    type: apt
    source:
      packages:
      - docker.io
...

and abroot pkg add docker.io/abroot pkg apply , package is installed but docker group is not in /etc/group and docker socket cannot be started because of it. I also tried it with sddm package and sddm group is also not there. When installing them inside of vso-os-shell with sudo apt install docker.io sddm both groups are there along with groups added by sddm dependencies, so I guess ABRoot removes them when it is doing its special merge of group file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant