FROM archlinux:latest
RUN yes | pacman -Syyu --overwrite '*'
RUN yes | pacman -S python python-pip file which
WORKDIR /python-magic
COPY . .
RUN python3 -m pip install tox
