pacstall / pacstall/pacstall-programs
Pkg: lazydocker-bin requires extra pkgs having docker installed
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 216
- Forks
- 187
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 117
Description
I tried to install lazydocker but it depends on:
- "docker-bin"
- "docker-compose-plugin-bin"
- "docker-buildx-plugin-bin"
I already have Docker installed as stated in the Docker documentation, and I think it shouldn't ask to install these dependencies since they are already installed by the system.
I also tried to modify the script changing pacdeps=("docker-bin" "docker-compose-plugin-bin" "docker-buildx-plugin-bin") by depends=("docker") but it says that docker does not exist in apt repositories.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the lazydocker-bin script's pacdeps declaration, which lists docker-bin, docker-compose-plugin-bin, and docker-buildx-plugin-bin, then read how Pacstall resolves package dependencies. The change is done when an existing Docker installation is handled without requiring redundant packages, while the package still installs its required functionality.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100