From 3ddf473727a2ca882e08278026803dc77460ba2e Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 27 Jan 2021 11:49:22 -0500 Subject: [PATCH] switch from pip to yum for supervisor --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18997bf1..c4e417f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,9 +65,8 @@ ENV PATH=$PATH:$JAVA_HOME/bin \ 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 rsync sudo patch \ + && yum install -y cron logrotate python-pip rsync sudo patch supervisor \ && pip install --upgrade pip \ - && pip install supervisor \ && yum clean -y all #COPY --from=installing $JAVA_HOME $JAVA_HOME # do this again so its in rpm history