archlinux 174 B

12345
  1. FROM archlinux:latest
  2. RUN yes | pacman -Syyu --overwrite '*'
  3. RUN yes | pacman -S python python2 file which
  4. COPY . /python-magic
  5. CMD cd /python-magic/test && python3 ./run.py