summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-02-16 14:53:52 -0800
committerAdam Hupp <adam@hupp.org>2021-02-16 15:00:58 -0800
commitfc28c87e010eed27fce37615202280feebaa1fc0 (patch)
tree102be8903060158816971d856d8a8f12252d41ba /test
parentcc4c21ceb62b506aed017449b3d251c6e65924e8 (diff)
downloadpython-magic-fc28c87e010eed27fce37615202280feebaa1fc0.tar.gz
add docker test for alpine linux
Diffstat (limited to 'test')
-rwxr-xr-xtest/Dockerfile_alpine4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Dockerfile_alpine b/test/Dockerfile_alpine
new file mode 100755
index 0000000..f8ec79e
--- /dev/null
+++ b/test/Dockerfile_alpine
@@ -0,0 +1,4 @@
+FROM alpine:latest
+RUN apk add python3 python2 libmagic
+COPY . /python-magic
+CMD cd /python-magic/test && python3 ./run.py