File: Dockerfile

package info (click to toggle)
nanopolish 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,436 kB
  • ctags: 1,841
  • sloc: cpp: 16,846; ansic: 958; python: 120; makefile: 87; perl: 17; sh: 6
file content (8 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
FROM centos:7
WORKDIR /
RUN yum group install "Development Tools" -y
RUN yum install git wget tar zlib-devel -y
RUN git clone --recursive https://github.com/jts/nanopolish.git
WORKDIR /nanopolish
RUN make libhdf5.install nanopolish
CMD ./nanopolish