Fix missing rsync error: "sh: 2: rsync: not found"

This commit is contained in:
Zach Borboa
2021-06-10 20:16:21 -04:00
parent 5425310a53
commit d678025869
+1
View File
@@ -5,6 +5,7 @@ RUN apt-get --assume-yes --quiet update
RUN apt-get --assume-yes --quiet install git && \
apt-get --assume-yes --quiet install libpng-dev && \
apt-get --assume-yes --quiet install rsync && \
apt-get --assume-yes --quiet install zip
RUN curl --silent --show-error "https://getcomposer.org/installer" | php && \