Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
postpop authored Feb 9, 2023
1 parent 2a88b11 commit 2c751be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM continuumio/miniconda3:4.7.10
LABEL "repository"="https://github.com/janclemenslab/conda-build-publish-action"
LABEL "maintainer"="Jan Clemens"

RUN conda install -y anaconda-client conda-build boa conda-verify pip git conda mamba -c conda-forge
RUN conda --set anaconda_upload yes --set always_yes yes --set changeps1 no
RUN conda install -n base conda-libmamba-solver
RUN conda config --set anaconda_upload yes --set always_yes yes --set changeps1 no --set solver libmamba
RUN conda install -y anaconda-client conda-build boa conda-verify pip git -c conda-forge
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 2c751be

Please sign in to comment.