Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jul 27, 2021
1 parent ea614b4 commit 37046a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ 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 supervisor \
&& yum install -y cron logrotate python3-pip rsync sudo patch supervisor \
&& pip install --upgrade setuptools \
&& pip install --upgrade pip \
&& yum clean -y all
Expand Down

0 comments on commit 37046a3

Please sign in to comment.