File: Dockerfile

package info (click to toggle)
python-pbcommand 2.1.1%2Bgit20231020.28d1635-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,016 kB
  • sloc: python: 7,676; makefile: 220; sh: 73
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