From e288df39dc51c393690cf1477e87e6a8bf1c7981 Mon Sep 17 00:00:00 2001 From: Przemyslaw Rzad Date: Mon, 16 Sep 2019 18:34:42 +0200 Subject: [PATCH] Remove rsync dependency (#213) --- deployment-e2e/Dockerfile | 1 - deployment/roles/common/tasks/dependencies.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/deployment-e2e/Dockerfile b/deployment-e2e/Dockerfile index a2c39d2b..c7cf4406 100644 --- a/deployment-e2e/Dockerfile +++ b/deployment-e2e/Dockerfile @@ -1,5 +1,4 @@ FROM python:3.7-stretch -RUN apt-get update && apt-get install -y rsync RUN curl -fsSL https://get.docker.com | sh RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8 WORKDIR mono/deployment-e2e diff --git a/deployment/roles/common/tasks/dependencies.yml b/deployment/roles/common/tasks/dependencies.yml index 372ddb60..747a0287 100644 --- a/deployment/roles/common/tasks/dependencies.yml +++ b/deployment/roles/common/tasks/dependencies.yml @@ -22,7 +22,6 @@ - git - python3 - python3-pip - - rsync - name: Install Docker Compose get_url: