diff --git a/Dockerfile.el7 b/Dockerfile.el7 index 6629621..4f89885 100644 --- a/Dockerfile.el7 +++ b/Dockerfile.el7 @@ -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 diff --git a/Dockerfile.el8 b/Dockerfile.el8 index 529569d..2e7a2be 100644 --- a/Dockerfile.el8 +++ b/Dockerfile.el8 @@ -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