summaryrefslogtreecommitdiff
path: root/test/docker/archlinux
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/archlinux')
-rwxr-xr-xtest/docker/archlinux5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/docker/archlinux b/test/docker/archlinux
new file mode 100755
index 0000000..fc96c44
--- /dev/null
+++ b/test/docker/archlinux
@@ -0,0 +1,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