summaryrefslogtreecommitdiff
path: root/test/docker/xenial
blob: e3c0433bd559ba302f8ed9bec9021b30d721717f (plain)
1
2
3
4
5
6
7
8
9
FROM ubuntu:xenial
WORKDIR /python-magic
COPY . .
RUN apt-get update
RUN apt-get -y install python python3 locales python3-pip libmagic1
RUN locale-gen en_US.UTF-8
RUN python3 -m pip install tox
CMD python3 -m tox