feat: ensure rsync is installed #7

Merged
xoxys merged 1 commits from add-rsync into main 2021-12-16 10:54:06 +01:00
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