summaryrefslogtreecommitdiff
path: root/test/docker/focal
blob: 74e4d78a0f15e259d70a1f2bd5ae81ea7217773e (plain)
1
2
3
4
5
6
7
8
FROM ubuntu:focal
RUN apt-get update
RUN apt-get -y install python2
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