Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rsync #16

Open
benoitchantre opened this issue Sep 2, 2022 · 2 comments
Open

Add rsync #16

benoitchantre opened this issue Sep 2, 2022 · 2 comments

Comments

@benoitchantre
Copy link

I have noticed that the rsync command is missing.

This rsync command may be used by npm scripts.

It would be great to add it by default or bring an easy way to add it.

@jnettik
Copy link

jnettik commented Apr 6, 2023

I also ran into needing this. Adding this to the node service was pretty straightforward, though I do think this should be installed by default. Adding the following worked for me.

services:
  node:
    type: node:16
    build_as_root:
      - apt-get update -y && apt-get install rsync -y

@benoitchantre
Copy link
Author

Yes, it works but it would be more convenient to have such basic command already in the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants