File: Dockerfile

package info (click to toggle)
sreview 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,504 kB
  • sloc: perl: 12,360; javascript: 509; sh: 72; makefile: 8
file content (3 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
FROM debian:stable-backports
COPY *.deb /root/
RUN apt-get update && apt-get -y --no-install-recommends install libmedia-convert-perl && apt-get -y --no-install-recommends install -t stable-backports libmedia-convert-perl && apt-get -y --no-install-recommends install /root/sreview-common*deb && apt-get clean