From 83864c858cc82d7e0f219c07fd7caa826dc47920 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Mon, 7 Sep 2020 17:36:17 -0700 Subject: add docker tests for archlinux --- test/Dockerfile_archlinux | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test/Dockerfile_archlinux (limited to 'test/Dockerfile_archlinux') 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 -- cgit v1.2.1