Skip to content

Commit

Permalink
switch from pip to yum for supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jan 27, 2021
1 parent ce0831b commit 3ddf473
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ddf473

Please sign in to comment.