[FIX]Rsyncvolumes OL8 needs EPEL for sshpass remote sync
This commit is contained in:
parent
c3bd96fe6d
commit
e784bb676d
@ -3,7 +3,10 @@ LABEL maintainer="Yaltik - Fabien Bourgeois <fabien@yaltik.com>"
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user