diff --git a/Dockerfile.centos b/Dockerfile.centos index 6442a84c6..5052d7a47 100644 --- a/Dockerfile.centos +++ b/Dockerfile.centos @@ -6,6 +6,9 @@ RUN yum update -y && yum install -y \ gcc-c++ \ git \ perl-version \ + perl-Time-HiRes \ + rsync \ + rpm-build \ make \ python3 WORKDIR /usr/src/app