summaryrefslogtreecommitdiff
path: root/test/Dockerfile_alpine
diff options
context:
space:
mode:
Diffstat (limited to 'test/Dockerfile_alpine')
-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