summaryrefslogtreecommitdiff
path: root/test/Dockerfile_archlinux
blob: 1410cd149d58af59f73e6ed6ae3116590f85187f (plain)
1
2
3
4
5
FROM archlinux:20200505
RUN yes | pacman -Syyu --overwrite '*'
RUN yes | pacman -S python file which
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py