summaryrefslogtreecommitdiff
path: root/test/docker/archlinux
blob: fc96c447ee985a63f56ca26b08fa7e9a8155a9d2 (plain)
1
2
3
4
5
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