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 \ libva-devel \
zlib-devel \ zlib-devel \
pkgconfig \ pkgconfig \
wget curl \ wget curl rsync\
automake autoconf \ automake autoconf \
rpm-build rpmdevtools && \ rpm-build rpmdevtools && \
yum clean all yum clean all

View File

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