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