Skip to content

Commit

Permalink
fix pip error
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Jul 27, 2021
1 parent 831c0a1 commit ea614b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ENV PATH=$PATH:$JAVA_HOME/bin \
RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
RUN yum update -y \
&& yum install -y cron logrotate python-pip rsync sudo patch supervisor \
&& pip install --upgrade setuptools \
&& pip install --upgrade pip \
&& yum clean -y all
#COPY --from=installing $JAVA_HOME $JAVA_HOME
Expand Down

0 comments on commit ea614b4

Please sign in to comment.