summaryrefslogtreecommitdiff
path: root/test/docker/xenial
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/xenial')
-rwxr-xr-xtest/docker/xenial7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/docker/xenial b/test/docker/xenial
index e3c0433..fe7829b 100755
--- a/test/docker/xenial
+++ b/test/docker/xenial
@@ -1,9 +1,8 @@
FROM ubuntu:xenial
-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