lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.11k stars 162 forks source link

Create automated docker image build #359

Open pgbezerra opened 7 years ago

pgbezerra commented 7 years ago

It will be very nice to have an oficial docker image of lftp.

lavv17 commented 7 years ago

Do you have an example of how to do it?

pgbezerra commented 7 years ago

shure! I've do this in the simplest way where just use an alpine image and install by apk. https://github.com/paulobezerr/docker-lftp But the best way is to compile in docker. I think is better use the alpine image, because is a linux with 5mb. I'll send a pull request.