From 7b502c42fc2a8b6603c6b2a894eaf05497ba3cb4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 16 Dec 2021 10:22:13 +0100 Subject: [PATCH] feat: ensure rsync is installed --- 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 -- 2.45.2