Skip to content

Commit

Permalink
Change conda clean -tipsy to -ay
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Jan 2, 2023
1 parent e02a9b9 commit cd7a480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update --fix-missing \

RUN conda install -c conda-forge mamba \
&& mamba create -n cashocs -c conda-forge fenics=2019 meshio">=5.0.0" pytest">=7.0.0" gmsh">=4.8" coverage">=6.1.0" mpich python=3.11 \
&& conda clean -tipsy
&& conda clean --all --yes


FROM test-env AS cashocs
Expand Down

0 comments on commit cd7a480

Please sign in to comment.