From ced271923ea4aa785c9b3b8916977a071513409b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 16 Dec 2021 10:54:06 +0100 Subject: [PATCH] feat: ensure rsync is installed (#7) Co-authored-by: Robert Kaussow Co-committed-by: Robert Kaussow --- Dockerfile.el7 | 2 +- Dockerfile.el8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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