Skip to content

Commit

Permalink
Updated dockerfile for ampliconsutie
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchreyer committed Jan 9, 2024
1 parent c5c362c commit cc888aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
file: modules/local/ampliconsuite/Dockerfile
push: true
tags: "quay.io/nf-core/prepareaa:1.0.2"
tags: "quay.io/nf-core/prepareaa:1.0.3"
1 change: 1 addition & 0 deletions modules/local/ampliconsuite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN micromamba install --yes --name base -c bioconda -c conda-forge -c mosek \

# Append micromamba activation command to .bashrc
RUN echo "micromamba activate base" >> ~/.bashrc
RUN echo "export PATH=/opt/conda/bin:\$PATH" >> ~/.bashrc

# Switch back to the default user
USER $NB_UID
Expand Down

0 comments on commit cc888aa

Please sign in to comment.