summaryrefslogtreecommitdiff
path: root/test/Dockerfile_archlinux
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 13:06:32 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 13:06:32 -0800
commite9287aff879335da342863e2dcc7ae224b9e258c (patch)
treecb624460f6b831b3046b760eb500b36c5e0777f5 /test/Dockerfile_archlinux
parenteccbe10b03d9bed19f5d7e373b3febf9036a4293 (diff)
downloadpython-magic-e9287aff879335da342863e2dcc7ae224b9e258c.tar.gz
Revert "Remove Python2 from the tests"
This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
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 1410cd1..677add4 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 file which
+RUN yes | pacman -S python python2 file which
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py