From e36dfdf324346f11c37be2d5c88e136b580e8791 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 27 Jul 2021 14:32:31 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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