You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I am trying to use the command
po4a-gettextize
which has no hard dependency onperl-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 APIOR
use e.g.
docker pull cmd.cat/po4a-gettextize/@perl-yaml-tiny
,using @ as an explicit decorator for package names.
The text was updated successfully, but these errors were encountered: