File: Dockerfile

package info (click to toggle)
python-pbcommand 2.1.1%2Bgit20201023.cc0ed3d-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 944 kB
  • sloc: python: 6,959; makefile: 220; sh: 71
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