summaryrefslogtreecommitdiff
path: root/test/docker/centos7
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/centos7')
-rw-r--r--test/docker/centos75
1 files changed, 2 insertions, 3 deletions
diff --git a/test/docker/centos7 b/test/docker/centos7
index 10f170a..9caa989 100644
--- a/test/docker/centos7
+++ b/test/docker/centos7
@@ -1,9 +1,8 @@
FROM centos:7
RUN yum -y update
RUN yum -y install file-devel python3 python2 which
+ENV SKIP_FROM_DESCRIPTOR=1
+
WORKDIR /python-magic
COPY . .
RUN python3 -m pip install tox
-ENV SKIP_FROM_DESCRIPTOR=1
-CMD python3 -m tox
-