From 4a810b4f30f161b889d59cf2a207820fc0c731b7 Mon Sep 17 00:00:00 2001 From: SchoolGuy Date: Wed, 13 Jan 2021 09:12:57 +0100 Subject: Remove Python2 from the tests --- test/Dockerfile_archlinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Dockerfile_archlinux') 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 -- cgit v1.2.1