diff --git a/Dockerfile b/Dockerfile index eb45a707..80cd90fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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