| \n | # Dependencies | \n
| \n | \n |
| \n | - [asdf-vm](https://asdf-vm.com/): Tested with `v0.12.0` but probably will work with older versions. | \n
| \n | - `bash`, `cat`, `grep`, `tr`, `cut`, `column`, `sed`: Generic POSIX utilities. | \n
...but while it's standard on most desktop systems, it's not included in most small Linux docker images, hence needing to be installed as part of different bundles.
\nAlso, its packaging differs between util-linux or bsdmainutils for different distros, as per:
column command not foundOne might not need all those tools in your images, as per:
\n\n","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"It provides banner (as printerbanner), calendar, col, colcrt, colrm, column,
\n
\nfrom (as bsd-from), hexdump (or hd), look, lorder, ncal (or cal), ul, and
\nwrite (as bsd-write).
\n-- https://developer.puri.sm/licenses/Librem5/Birch/bsdmainutils.html
@MPV thanks for the suggestion 🙇
\nI remember that I achieved the same result using AWK but I cannot research it now 😁
\nA PR is more than welcome.
-
|
To simplify using this inside Docker images, could we do without I know it's mentioned in the README as a dependency:
...but while it's standard on most desktop systems, it's not included in most small Linux docker images, hence needing to be installed as part of different bundles. Also, its packaging differs between
One might not need all those tools in your images, as per:
|
Beta Was this translation helpful? Give feedback.
-
|
@MPV thanks for the suggestion 🙇 |
Beta Was this translation helpful? Give feedback.
@MPV thanks for the suggestion 🙇
I remember that I achieved the same result using AWK but I cannot research it now 😁
A PR is more than welcome.