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 37046a3 commit e36dfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ ENV PATH=$PATH:$JAVA_HOME/bin \
RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
RUN yum update -y \
&& yum install -y cron logrotate python3-pip rsync sudo patch supervisor \
&& pip install --upgrade setuptools \
&& pip install --upgrade pip \
&& pip3 install --upgrade setuptools \
&& pip3 install --upgrade pip3 \
&& 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 e36dfdf

Please sign in to comment.