summaryrefslogtreecommitdiff
path: root/test/Dockerfile_centos8
blob: ab682884f839c2cc5f3f8bf759ce3da1405d7cc9 (plain)
1
2
3
4
5
FROM centos:8
RUN yum -y update
RUN yum -y install file-libs python3 which
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py