summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/Dockerfile_archlinux5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Dockerfile_archlinux b/test/Dockerfile_archlinux
new file mode 100755
index 0000000..677add4
--- /dev/null
+++ b/test/Dockerfile_archlinux
@@ -0,0 +1,5 @@
+FROM archlinux:20200505
+RUN yes | pacman -Syyu --overwrite '*'
+RUN yes | pacman -S python python2 file which
+COPY . /python-magic
+CMD cd /python-magic/test && python3 ./run.py