Skip to content

Commit

Permalink
contrib/ci: install rsync on jenkins-community-slaves
Browse files Browse the repository at this point in the history
Rsync is a requirement for OpenWrt master and therefore our next
branch. Currently builds on x86-64 error out due to missing rsync:

/bin/sh: 1: rsync: not found
  • Loading branch information
mweinelt committed Apr 15, 2020
1 parent ac65a41 commit 358be32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ci/jenkins-community-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
# this is needed to install default-jre-headless in debian slim images
RUN mkdir -p /usr/share/man/man1

RUN apt-get update && apt-get install -y default-jre-headless curl git netcat-openbsd python3 python3-pip qemu-system-x86 iproute2 openssh-client
RUN apt-get update && apt-get install -y default-jre-headless curl git netcat-openbsd python3 python3-pip qemu-system-x86 iproute2 openssh-client rsync
RUN python3 -m pip install jenkins-webapi sphinx sphinx_rtd_theme gluon-qemu-testlab==0.0.5

# Get docker-compose in the agent container
Expand Down

0 comments on commit 358be32

Please sign in to comment.