Remove rsync dependency (#213)
This commit is contained in:
parent
8d0e70359f
commit
e288df39dc
@ -1,5 +1,4 @@
|
|||||||
FROM python:3.7-stretch
|
FROM python:3.7-stretch
|
||||||
RUN apt-get update && apt-get install -y rsync
|
|
||||||
RUN curl -fsSL https://get.docker.com | sh
|
RUN curl -fsSL https://get.docker.com | sh
|
||||||
RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8
|
RUN pip3 install docker molecule==2.22rc1 molecule[docker] flake8
|
||||||
WORKDIR mono/deployment-e2e
|
WORKDIR mono/deployment-e2e
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
- git
|
- git
|
||||||
- python3
|
- python3
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- rsync
|
|
||||||
|
|
||||||
- name: Install Docker Compose
|
- name: Install Docker Compose
|
||||||
get_url:
|
get_url:
|
||||||
|
Loading…
Reference in New Issue
Block a user