| FROM centos:8RUN yum -y updateRUN yum -y install file-libs python3 python2 which glibc-locale-sourceRUN yum reinstall glibc-common -y && \  localedef -i en_US -f UTF-8 en_US.UTF-8 && \  echo "LANG=en_US.UTF-8" > /etc/locale.confWORKDIR /python-magicCOPY . .RUN python3 -m pip install toxCMD python3 -m tox
 |