summaryrefslogtreecommitdiff
path: root/test/docker/bionic
blob: 2fe482c657d3303e812842b9a3e96bba44fc23b4 (plain)
1
2
3
4
5
6
7
8
9
FROM ubuntu:bionic
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