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