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