From ea614b4486b0acac14e38e3a6426c12965f639e8 Mon Sep 17 00:00:00 2001 From: Chris Hyzer Date: Tue, 27 Jul 2021 14:15:17 -0400 Subject: [PATCH] fix pip error --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c70756a8..07a60b87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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