diff options
| author | SchoolGuy <matrixfueller@gmail.com> | 2021-01-13 09:12:57 +0100 |
|---|---|---|
| committer | SchoolGuy <matrixfueller@gmail.com> | 2021-01-13 09:12:57 +0100 |
| commit | 4a810b4f30f161b889d59cf2a207820fc0c731b7 (patch) | |
| tree | b122dde5784183d325b12c688aae79dd7a3ace08 /test/Dockerfile_archlinux | |
| parent | ac6143c4a16b3172ce38a2766861a166288ff8ad (diff) | |
| download | python-magic-4a810b4f30f161b889d59cf2a207820fc0c731b7.tar.gz | |
Remove Python2 from the tests
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 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 |
