summaryrefslogtreecommitdiff
path: root/test/docker/bionic
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2022-10-24 08:20:54 -0700
committerAdam Hupp <adam@hupp.org>2023-01-10 15:04:14 -0800
commit3794a39a9dff31a12dc2e6140b736be431c17750 (patch)
tree449e0012e91f01417eac842fcfeda0d9f22ce7af /test/docker/bionic
parent05fde96b7c7feac611c1f2e7eb6bcf4b9ff933b9 (diff)
downloadpython-magic-3794a39a9dff31a12dc2e6140b736be431c17750.tar.gz
docker test cleanup
Diffstat (limited to 'test/docker/bionic')
-rwxr-xr-xtest/docker/bionic7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/docker/bionic b/test/docker/bionic
index 2fe482c..a37b253 100755
--- a/test/docker/bionic
+++ b/test/docker/bionic
@@ -1,9 +1,8 @@
FROM ubuntu:bionic
-WORKDIR /python-magic
-COPY . .
RUN apt-get update
RUN apt-get -y install python python3 locales python3-pip libmagic1
RUN locale-gen en_US.UTF-8
-RUN python3 -m pip install tox
-CMD python3 -m tox
+WORKDIR /python-magic
+COPY . .
+RUN python3 -m pip install tox