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

allow adding dependencies by package name #8

Open
oliverrahner opened this issue Nov 22, 2021 · 2 comments · May be fixed by #10
Open

allow adding dependencies by package name #8

oliverrahner opened this issue Nov 22, 2021 · 2 comments · May be fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@oliverrahner
Copy link

oliverrahner commented Nov 22, 2021

I am trying to use the command po4a-gettextize which has no hard dependency on perl-yaml-tiny, but I do need that dependency for my use case.
I have found no way to add that package, as it does not expose any command.
It would be nice to have a way to add packages to an image, either by falling back to using the input as a package name or by some kind of prefix.

So, either
docker pull cmd.cat/po4a-gettextize/perl-yaml-tiny
should automatically handle perl-yaml-tiny as a package name, as it does not get any result from the command-not-found API
OR
use e.g.
docker pull cmd.cat/po4a-gettextize/@perl-yaml-tiny,
using @ as an explicit decorator for package names.

@lukaszlach lukaszlach added the enhancement New feature or request label Dec 15, 2021
@lukaszlach lukaszlach self-assigned this Dec 15, 2021
@hoozecn
Copy link

hoozecn commented Mar 17, 2022

@ is not a valid character in docker image name. Check #10 to see if it met your need

@oliverrahner
Copy link
Author

My use case has vanished in the past weeks, but #10 looks as if it would solve my need!

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

Successfully merging a pull request may close this issue.

3 participants