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