summaryrefslogtreecommitdiff
path: root/test/Dockerfile_xenial
blob: bc0440be2116c47a0e9a546bddd3dec283342cf0 (plain)
1
2
3
4
5
6
7
8
FROM ubuntu:xenial
RUN apt-get update
RUN apt-get -y install python
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