feat: ensure rsync is installed (#7)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
Robert Kaussow 2021-12-16 10:54:06 +01:00
parent 41f84edeef
commit ced271923e
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ RUN yum install -q -y \
libva-devel \
zlib-devel \
pkgconfig \
wget curl \
wget curl rsync\
automake autoconf \
rpm-build rpmdevtools && \
yum clean all

View File

@ -41,7 +41,7 @@ RUN dnf install -q -y \
libva-devel \
zlib-devel \
pkgconfig \
wget curl \
wget curl rsync\
automake autoconf \
rpm-build rpmdevtools && \
dnf clean all