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

This commit is contained in:
Zach Borboa
2020-05-18 22:18:37 -07:00
parent f4c41cb4b7
commit 25c37e8512
2 changed files with 2 additions and 0 deletions
+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 && \
+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 && \