docksal / ci-agent

CI agent Docker image for Docksal Sandboxes
MIT License
9 stars 16 forks source link

How to add rsync to this image correctly? #8

Closed ArtuGit closed 6 years ago

ArtuGit commented 6 years ago

Currently I try docksal/bitbucket-pipelines-agent:php.

lmakarov commented 6 years ago

I'm assuming you want to contribute and this is a very easy contribution in fact :)

The php flavor is built from the base image. Any standard additional packages (available from Alpine repos) would go here: https://github.com/docksal/bitbucket-pipelines-agent/blob/develop/base/Dockerfile#L4-L9

Once the base image is built, the php one can be built from it.

Feel free to submit a PR.