summaryrefslogtreecommitdiff
path: root/test/Dockerfile_archlinux
diff options
context:
space:
mode:
authorSchoolGuy <matrixfueller@gmail.com>2021-01-13 09:12:57 +0100
committerSchoolGuy <matrixfueller@gmail.com>2021-01-13 09:12:57 +0100
commit4a810b4f30f161b889d59cf2a207820fc0c731b7 (patch)
treeb122dde5784183d325b12c688aae79dd7a3ace08 /test/Dockerfile_archlinux
parentac6143c4a16b3172ce38a2766861a166288ff8ad (diff)
downloadpython-magic-4a810b4f30f161b889d59cf2a207820fc0c731b7.tar.gz
Remove Python2 from the tests
Diffstat (limited to 'test/Dockerfile_archlinux')
-rwxr-xr-xtest/Dockerfile_archlinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile_archlinux b/test/Dockerfile_archlinux
index 677add4..1410cd1 100755
--- a/test/Dockerfile_archlinux
+++ b/test/Dockerfile_archlinux
@@ -1,5 +1,5 @@
FROM archlinux:20200505
RUN yes | pacman -Syyu --overwrite '*'
-RUN yes | pacman -S python python2 file which
+RUN yes | pacman -S python file which
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py