docker pull ddrown/mosh-build
OUTPUTDIR=~/target
mkdir $OUTPUTDIR
docker run -v $OUTPUTDIR:/target ddrown/mosh-build
This will create 7 packages in $OUTPUTDIR:
As well as the files (extracted from the packages):
The terminfo files come from the ncurses package
Options:
add -e PACKAGE_NAME=com.mosh.kosh.bagosh to the command line if your terminfo will be in a different package. mosh-client will expect them in /data/data/$PACKAGE_NAME/files/share/terminfo/
OUTPUTDIR=~/target
mkdir $OUTPUTDIR
docker run -i -t -v $OUTPUTDIR:/target ddrown/mosh-build /home/admin/shell
[make modifications]
/home/admin/build
Content type
Image
Digest
sha256:02af6278d…
Size
1.1 GB
Last updated
almost 11 years ago
docker pull ddrown/mosh-build