From 3794a39a9dff31a12dc2e6140b736be431c17750 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Mon, 24 Oct 2022 08:20:54 -0700 Subject: docker test cleanup --- test/docker/archlinux | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'test/docker/archlinux') 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 -- cgit v1.2.1