feat: ensure rsync is installed (#7)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
parent
41f84edeef
commit
ced271923e
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user