I made the assumption rsync was installed as a part of base ubuntu image and it is not, I solved the issue by adding this line to my image code
RUN apt-get install -y rsync