From 79dad0ba27fa32c08f921f3ce0a3b737e164744c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 27 Feb 2020 12:08:45 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6262ff48..bb0910d7 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 rsync +RUN yum install -y wget tar unzip dos2unix ARG GROUPER_CONTAINER_VERSION ENV GROUPER_VERSION=2.5.11 \ @@ -65,7 +65,7 @@ ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto \ GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime RUN yum update -y \ - && yum install -y cron logrotate python-pip \ + && yum install -y cron logrotate python-pip rsync \ && pip install --upgrade pip \ && pip install supervisor \ && yum clean -y all