This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2567
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2567 by this push:
     new 55ba1e8  [DATALAB-2567]: added rsync to base dockerfile
55ba1e8 is described below

commit 55ba1e88236a7b2543bcf73e8613af2d173cc0d0
Author: leonidfrolov <[email protected]>
AuthorDate: Tue Dec 7 12:02:26 2021 +0200

    [DATALAB-2567]: added rsync to base dockerfile
---
 infrastructure-provisioning/src/general/files/aws/base_Dockerfile   | 2 +-
 infrastructure-provisioning/src/general/files/azure/base_Dockerfile | 2 +-
 infrastructure-provisioning/src/general/files/gcp/base_Dockerfile   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile 
b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
index 0ab23d5..2fe9207 100644
--- a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
@@ -26,7 +26,7 @@ ARG SRC_PATH
 # Install any .deb dependecies
 RUN    apt-get update && \
     apt-get -y upgrade && \
-    DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev 
python3-virtualenv groff vim less git wget nano libssl-dev libffi-dev libffi7 
&& \
+    DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev 
python3-virtualenv groff vim less git wget nano libssl-dev libffi-dev libffi7 
rsync && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # To cahnge POSIX locale to en_US.UTF-8
diff --git 
a/infrastructure-provisioning/src/general/files/azure/base_Dockerfile 
b/infrastructure-provisioning/src/general/files/azure/base_Dockerfile
index fa6c516..d154866 100644
--- a/infrastructure-provisioning/src/general/files/azure/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/azure/base_Dockerfile
@@ -26,7 +26,7 @@ ARG SRC_PATH
 # Install any .deb dependecies
 RUN apt-get update && \
     apt-get -y upgrade && \
-    DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev 
python3-virtualenv groff vim less git wget nano libssl-dev libffi-dev libffi7 
&& \
+    DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev 
python3-virtualenv groff vim less git wget rsync nano libssl-dev libffi-dev 
libffi7 && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # Install any python dependencies
diff --git a/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile 
b/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
index 4d6d4b2..2be04ba 100644
--- a/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/gcp/base_Dockerfile
@@ -26,7 +26,7 @@ ARG SRC_PATH
 # Install any .deb dependecies
 RUN    apt-get update && \
     apt-get -y upgrade && \
-    DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev 
python3-virtualenv groff vim less git wget nano libssl-dev libffi-dev libffi7 
&& \
+    DEBIAN_FRONTEND=noninteractive apt-get -y install python3-pip python3-dev 
python3-virtualenv groff vim less git wget rsync nano libssl-dev libffi-dev 
libffi7 && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
 # To cahnge POSIX locale to en_US.UTF-8

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to