feat: ensure rsync is installed
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
41f84edeef
commit
7b502c42fc
@ -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