File: archlinux

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 (5 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
FROM archlinux:latest
RUN yes | pacman -Syyu --overwrite '*'
RUN yes | pacman -S python python2 file which
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py