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, 5 insertions, 0 deletions
diff --git a/test/docker/centos7 b/test/docker/centos7
new file mode 100644
index 0000000..f2ac6e4
--- /dev/null
+++ b/test/docker/centos7
@@ -0,0 +1,5 @@
+FROM centos:7
+RUN yum -y update
+RUN yum -y install file-devel python3 python2 which
+COPY . /python-magic
+CMD cd /python-magic/test && SKIP_FROM_DESCRIPTOR=1 python3 ./run.py