From 623618ef1261706b33854c78978ca2748e49793e Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 27 Feb 2020 10:37:59 -0500 Subject: [PATCH] install rsync --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a49787ac..6262ff48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN yum update -y \ && yum install -y wget tar unzip dos2unix \ && yum clean all -RUN yum install -y wget tar unzip dos2unix +RUN yum install -y wget tar unzip dos2unix rsync ARG GROUPER_CONTAINER_VERSION ENV GROUPER_VERSION=2.5.11 \