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