bionic 224 B

12345678
  1. FROM ubuntu:bionic
  2. RUN apt-get update
  3. RUN apt-get -y install python
  4. RUN apt-get -y install python3
  5. RUN apt-get -y install locales
  6. RUN locale-gen en_US.UTF-8
  7. COPY . /python-magic
  8. CMD cd /python-magic/test && python3 ./run.py