summaryrefslogtreecommitdiff
path: root/test/docker/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/alpine')
-rwxr-xr-xtest/docker/alpine2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/docker/alpine b/test/docker/alpine
index c36b720..60b0698 100755
--- a/test/docker/alpine
+++ b/test/docker/alpine
@@ -3,5 +3,3 @@ RUN apk add python3 python2 libmagic
WORKDIR /python-magic
COPY . .
RUN python3 -m pip install tox
-CMD python3 -m tox
-