Skip to content

Commit

Permalink
activate env for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Jan 28, 2024
1 parent cee5147 commit 03f6fb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/bioconda-utils-build-env-cos7/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG base
FROM "${base}"
RUN bioconda-utils --version
RUN bioconda-utils --help
RUN . /opt/conda/etc/profile.d/conda.sh \
&& conda activate base \
&& bioconda-utils --version \
&& bioconda-utils --help

0 comments on commit 03f6fb7

Please sign in to comment.