summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-09-07 17:36:17 -0700
committerAdam Hupp <adam@hupp.org>2020-09-07 17:36:17 -0700
commit83864c858cc82d7e0f219c07fd7caa826dc47920 (patch)
tree1e10af947e4d8c8a3af6a5d27da8e2b9eeb36edb /test
parent1b6cede2550784251296496ad65ece8266e56250 (diff)
downloadpython-magic-83864c858cc82d7e0f219c07fd7caa826dc47920.tar.gz
add docker tests for archlinux
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