feat: ensure rsync is installed
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2021-12-16 10:22:13 +01:00
parent 41f84edeef
commit 7b502c42fc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
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