summaryrefslogtreecommitdiff
path: root/test/docker/bionic
blob: a37b25345723ddd78f4f400db4a9b9caac433b27 (plain)
1
2
3
4
5
6
7
8
FROM ubuntu:bionic
RUN apt-get update
RUN apt-get -y install python python3 locales python3-pip libmagic1
RUN locale-gen en_US.UTF-8

WORKDIR /python-magic
COPY . .
RUN python3 -m pip install tox