File: Dockerfile

package info (click to toggle)
python-pbcommand 0.2.17-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 556 kB
  • sloc: python: 3,451; makefile: 200
file content (9 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
# Install CramUnit and run a simple dev example
FROM mpkocher/docker-pacbiobase
MAINTAINER Michael Kocher

# Copy the code to container 
COPY ./ /tmp/pbcommand

# Install
RUN pip install -r /tmp/C/REQUIREMENTS.txt && pip install /tmp/pbcommand