Skip to content
Snippets Groups Projects
Commit 240fc404 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add rsync to Ansible image

parent 6841b61e
No related branches found
No related tags found
No related merge requests found
Pipeline #34151 passed
......@@ -11,7 +11,7 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
apt-get install -y -q \
build-essential software-properties-common \
python python-tk python-pmw python-setuptools python-pip python-dev \
python3-setuptools python3-passlib python3-dev python3-pip python3-pycurl \
python3-setuptools python3-passlib python3-dev python3-pip python3-pycurl rsync \
libtool libssl-dev librsync-dev libffi-dev libcurl4-openssl-dev libxml2-dev libxslt1-dev zlib1g-dev \
at git nmap && \
pip3 install --upgrade pip && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment