Try fix rsync install

This commit is contained in:
flynn 2021-10-10 22:38:58 +00:00
parent ca3204282d
commit 82823ae130

View file

@ -1,7 +1,8 @@
image: python:3.8-buster
before_script:
- apt-get install rsync
- apt-get update -y
- apt-get install -y rsync
- pip install -r requirements.txt
## Install ssh-agent if not already installed, it is required by Docker.