Codebase list python-magic-ahupp / 0b2dca9 test / Dockerfile_xenial
0b2dca9

Tree @0b2dca9 (Download .tar.gz)

Dockerfile_xenial @0b2dca9raw · history · blame

1
2
3
4
5
6
7
8
FROM ubuntu:xenial
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