From 000aa9de23e0735718d7a9bc00e223ea59f6d948 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 6 Sep 2019 01:27:17 -0300 Subject: [PATCH] FIX: Backup Restore was broken because rsync was missing --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 9f07eb6..f62e491 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -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 \ -- 2.25.1