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 Nov 15, 2024
1 parent ab183a5 commit 9fbf83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tostadas/4.0.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN wget https://github.com/CDCgov/tostadas/archive/refs/tags/v${TOSTADAS_VER}.t

# use mamba to install conda packages
RUN micromamba env create -f tostadas/environment.yml && \
micromamba clean -a -y && \
micromamba clean -a -y -f && \
echo "source activate tostadas" > ~/.bashrc && \
rm -rf /tostadas

Expand All @@ -55,4 +55,4 @@ FROM app as test
RUN liftoff --version && \
samtools --version && \
python --version && \
table2asn -help
table2asn -help

0 comments on commit 9fbf83a

Please sign in to comment.