diff --git a/backups/rsyncvolumes/Dockerfile.c7 b/backups/rsyncvolumes/Dockerfile.c7 index 8fc70bf..d634c19 100644 --- a/backups/rsyncvolumes/Dockerfile.c7 +++ b/backups/rsyncvolumes/Dockerfile.c7 @@ -3,7 +3,10 @@ LABEL maintainer="Yaltik - Fabien Bourgeois " ENV SOURCE="/var/lib/docker/volumes" DEST="/var/backups/" -RUN yum -y install gettext rsync ssh sshpass cronie && yum clean all +RUN yum -y install gettext rsync ssh cronie && \ + yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \ + yum --enablerepo=epel -y install sshpass && \ + yum clean all # Avoid overlayfs bug with tail VOLUME /var/log