linuxserver / docker-doublecommander

GNU General Public License v3.0
33 stars 2 forks source link

[FEAT] Rsync in the docker #18

Closed djmulder closed 1 year ago

djmulder commented 1 year ago

Is this a new feature request?

Wanted change

Hey there,

I just have a simple request: can rsync be added to this docker image?

Reason for change

Double commander has a terminal window (F9). You have a few more options with rsync for larger transfers

Proposed code change

Change: apt-get install -y \ doublecmd-gtk \ doublecmd-plugins \ libsmbclient \ libssh2-1 && \

into

apt-get install -y \ doublecmd-gtk \ doublecmd-plugins \ libsmbclient \ libssh2-1 \ rsync && \

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Roxedus commented 1 year ago

You can use a mod to have the container install rsync on rebuild. https://github.com/linuxserver/docker-mods/tree/universal-package-install