diff options
Diffstat (limited to 'test/Dockerfile_centos7')
| -rw-r--r-- | test/Dockerfile_centos7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile_centos7 b/test/Dockerfile_centos7 index 8620e7e..f2ac6e4 100644 --- a/test/Dockerfile_centos7 +++ b/test/Dockerfile_centos7 @@ -2,4 +2,4 @@ FROM centos:7 RUN yum -y update RUN yum -y install file-devel python3 python2 which COPY . /python-magic -CMD cd /python-magic/test && python3 ./run.py +CMD cd /python-magic/test && SKIP_FROM_DESCRIPTOR=1 python3 ./run.py |
