FROM alpine:latest RUN apk add python3 python2 libmagic COPY . /python-magic CMD cd /python-magic/test && python3 ./run.py