diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 13:06:32 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-01-15 13:06:32 -0800 |
| commit | e9287aff879335da342863e2dcc7ae224b9e258c (patch) | |
| tree | cb624460f6b831b3046b760eb500b36c5e0777f5 /test/Dockerfile_archlinux | |
| parent | eccbe10b03d9bed19f5d7e373b3febf9036a4293 (diff) | |
| download | python-magic-e9287aff879335da342863e2dcc7ae224b9e258c.tar.gz | |
Revert "Remove Python2 from the tests"
This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
Diffstat (limited to 'test/Dockerfile_archlinux')
| -rwxr-xr-x | test/Dockerfile_archlinux | 2 |
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 |
