summaryrefslogtreecommitdiff
path: root/test/docker/centos8
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/centos8')
-rw-r--r--test/docker/centos83
1 files changed, 1 insertions, 2 deletions
diff --git a/test/docker/centos8 b/test/docker/centos8
index 3b3da0a..7f2dbd0 100644
--- a/test/docker/centos8
+++ b/test/docker/centos8
@@ -4,8 +4,7 @@ RUN yum -y install file-libs python3 python2 which glibc-locale-source
RUN yum reinstall glibc-common -y && \
localedef -i en_US -f UTF-8 en_US.UTF-8 && \
echo "LANG=en_US.UTF-8" > /etc/locale.conf
+
WORKDIR /python-magic
COPY . .
RUN python3 -m pip install tox
-CMD python3 -m tox
-