Added in rsync
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
2024-01-09 14:56:25 +13:00
parent cbccf1ecb9
commit 9255612458

View File

@@ -1,6 +1,8 @@
FROM python:3.9-slim
RUN apt-get update && apt-get install -y git && \
RUN apt-get update && \
apt-get install -y git \
rsync && \
apt-get clean all && \
pip install 'ansible-core<2.17' \
'ansible-compat==3.0.2' \