Skip to content

Commit

Permalink
Install rsync on kube-burner container (kube-burner#109)
Browse files Browse the repository at this point in the history
Add rsync to Containerfile

Co-authored-by: Raúl Sevilla <[email protected]>
  • Loading branch information
Harshith-umesh and rsevilla87 authored Aug 11, 2021
1 parent 9646a13 commit a3c1d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora-minimal:latest

RUN microdnf install rsync -y && rm -Rf /var/cache/yum
COPY kube-burner /bin/kube-burner
LABEL io.k8s.display-name="kube-burner" \
maintainer="Raul Sevilla <[email protected]"
Expand Down

0 comments on commit a3c1d8e

Please sign in to comment.