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