Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright authored Nov 21, 2024
1 parent be5eb60 commit 094ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbprofiler/6.4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

# install tb-profiler via bioconda; install into 'base' conda env
RUN micromamba install --yes --name base --channel conda-forge --channel bioconda \
tb-profiler=${TBPROFILER_VER} delly=1.2.6 && \
tb-profiler=${TBPROFILER_VER} && \
micromamba clean --all --yes -f && micromamba list

# hardcode 'base' env bin into PATH, so conda env does not have to be "activated" at run time
Expand Down

0 comments on commit 094ea4f

Please sign in to comment.