summaryrefslogtreecommitdiff
path: root/test/Dockerfile_bionic
blob: 0c9893ef6ef34ede3b40f4b6431fbd0c1c361588 (plain)
1
2
3
4
5
6
7
FROM ubuntu:bionic
RUN apt-get update
RUN apt-get -y install python3
RUN apt-get -y install locales
RUN locale-gen en_US.UTF-8
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py