From fc28c87e010eed27fce37615202280feebaa1fc0 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Tue, 16 Feb 2021 14:53:52 -0800 Subject: add docker test for alpine linux --- test/Dockerfile_alpine | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 test/Dockerfile_alpine (limited to 'test') 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 -- cgit v1.2.1