Skip to content

Commit

Permalink
2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Dec 9, 2024
1 parent f77cd7a commit b865f48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ingest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM mambaorg/micromamba:1.5.8

USER root
RUN apt-get update && apt-get install -y curl && apt-get clean
USER $MAMBA_USER

COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/env.yaml
COPY --chown=$MAMBA_USER:$MAMBA_USER .mambarc /tmp/.mambarc

Expand Down
1 change: 0 additions & 1 deletion ingest/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ dependencies:
- snakemake
- tsv-utils
- unzip
- curl

0 comments on commit b865f48

Please sign in to comment.