From 693a5dfd09e66de9d68ff45f13de0716e6c74005 Mon Sep 17 00:00:00 2001 From: Andrea Di Fabio <39841198+sectoramen@users.noreply.github.com> Date: Wed, 22 Dec 2021 08:40:59 -0500 Subject: [PATCH] removed file as it is not needed --- util/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Dockerfile b/util/Dockerfile index c8d3463ad3..0bfd188c99 100644 --- a/util/Dockerfile +++ b/util/Dockerfile @@ -10,7 +10,7 @@ ARG USERID=34000 RUN yum install -y shadow-utils && \ useradd -s /bin/sh -U -u ${USERID} ${USERNAME} && \ - yum install -y python3 bash curl jq file coreutils py3-pip which unzip && \ + yum install -y python3 bash curl jq coreutils py3-pip which unzip && \ yum upgrade -y && \ yum clean all && \ pip3 install --upgrade pip && \