Skip to content

Commit

Permalink
add pytest lib in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Dec 20, 2023
1 parent e76b00d commit 5d4c485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MAINTAINER KBase Developer
RUN pip install --upgrade --extra-index-url=https://pypi.anaconda.org/kbase/simple \
pip \
biopython==1.70 \
releng-client==0.0.1
releng-client==0.0.1 \
pytest==7.0.1

COPY ./ /kb/module
RUN mkdir -p /kb/module/work
Expand Down

0 comments on commit 5d4c485

Please sign in to comment.