I found that the base image is missing rsync, so I had to add it to the Dockerfile to get the `package.sh` working Looks like it can be installed with yum by adding to the Dockerfile ``` RUN yum install -y rsync ```