From b6a725605f5bfde98781a657cd484d2e3eab4663 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 27 Jul 2021 14:48:48 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80cd90fc..fde6de35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,6 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime RUN yum update -y \ && yum install -y cron logrotate python3-pip rsync sudo patch supervisor \ && 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