Skip to content

Commit

Permalink
Force micromamba cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Oct 2, 2024
1 parent c0263b1 commit 170afa4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ppanggolin/2.1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ENV PATH="/opt/conda/envs/base/bin/:/opt/conda/bin/:$PATH" LC_ALL=C

RUN micromamba install --name base -c conda-forge -c bioconda -c defaults ppanggolin=${PPANGGOLIN_VER} && \
micromamba clean -a -y && \
ppanggolin -h && \
mkdir /data
micromamba clean -a -f -y

# 'CMD' instructions set a default command when the container is run. This is typically 'tool --help.'
CMD ppanggolin -h
Expand Down

0 comments on commit 170afa4

Please sign in to comment.