FIX: Backup Restore was broken because rsync was missing
authorRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 6 Sep 2019 04:27:17 +0000 (01:27 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 6 Sep 2019 04:27:17 +0000 (01:27 -0300)
image/base/Dockerfile

index 9f07eb60ce86ef43e44fccb12b357e8443c82641..f62e491bbf1fa63cdc957114a1b44fb710ae1cc6 100644 (file)
@@ -28,7 +28,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main" | \
         tee /etc/apt/sources.list.d/postgres.list
 RUN curl --silent --location https://deb.nodesource.com/setup_10.x | sudo bash -
 RUN apt -y update
-RUN apt -y install build-essential git wget \
+RUN apt -y install build-essential git wget rsync \
                        libxslt-dev libcurl4-openssl-dev \
                        libssl-dev libyaml-dev libtool \
                        libxml2-dev gawk parallel \