Dockerfile_centos8 150 B

12345
  1. FROM centos:8
  2. RUN yum -y update
  3. RUN yum -y install file-libs python3 python2 which
  4. COPY . /python-magic
  5. CMD cd /python-magic/test && python3 ./run.py