File: bionic

package info (click to toggle)
python-magic 2%3A0.4.27-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: python: 710; sh: 13; makefile: 7
file content (9 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
FROM ubuntu:bionic
WORKDIR /python-magic
COPY . .
RUN apt-get update
RUN apt-get -y install python python3 locales python3-pip libmagic1
RUN locale-gen en_US.UTF-8
RUN python3 -m pip install tox
CMD python3 -m tox