removed file as it is not needed

This commit is contained in:
Andrea Di Fabio
2021-12-22 08:40:59 -05:00
parent 5771c78206
commit 693a5dfd09
+1 -1
View File
@@ -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 && \