summaryrefslogtreecommitdiff
path: root/test/Dockerfile_archlinux
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-06-03 06:43:08 -0700
committerAdam Hupp <adam@hupp.org>2021-06-03 06:43:08 -0700
commit4ed6b038ba8acd59ed58c888fbd18355b8955eba (patch)
treeb873c49134fac415adef90375a05b60aa67f3cb1 /test/Dockerfile_archlinux
parent5e1f1500a37377216605c81fc9a965a0036aaef6 (diff)
downloadpython-magic-4ed6b038ba8acd59ed58c888fbd18355b8955eba.tar.gz
fix alpine library loading
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