Skip to content

Commit

Permalink
Added '-f' to micromamba clean
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Oct 2, 2024
1 parent 42b8558 commit b3bf4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbprofiler/6.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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} && \
micromamba clean --all --yes
micromamba clean --all --yes -f

# hardcode 'base' env bin into PATH, so conda env does not have to be "activated" at run time
ENV PATH="/opt/conda/bin:${PATH}"
Expand Down

0 comments on commit b3bf4a3

Please sign in to comment.