diff options
| author | Adam Hupp <adam@hupp.org> | 2022-10-24 08:20:54 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2023-01-10 15:04:14 -0800 |
| commit | 3794a39a9dff31a12dc2e6140b736be431c17750 (patch) | |
| tree | 449e0012e91f01417eac842fcfeda0d9f22ce7af /test/docker/archlinux | |
| parent | 05fde96b7c7feac611c1f2e7eb6bcf4b9ff933b9 (diff) | |
| download | python-magic-3794a39a9dff31a12dc2e6140b736be431c17750.tar.gz | |
docker test cleanup
Diffstat (limited to 'test/docker/archlinux')
| -rwxr-xr-x | test/docker/archlinux | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/docker/archlinux b/test/docker/archlinux index fc96c44..6592ffc 100755 --- a/test/docker/archlinux +++ b/test/docker/archlinux @@ -1,5 +1,6 @@ FROM archlinux:latest RUN yes | pacman -Syyu --overwrite '*' -RUN yes | pacman -S python python2 file which -COPY . /python-magic -CMD cd /python-magic/test && python3 ./run.py +RUN yes | pacman -S python python-pip file which +WORKDIR /python-magic +COPY . . +RUN python3 -m pip install tox |
