Skip to content

Commit

Permalink
Added procps install
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Nov 30, 2021
1 parent 4c69a73 commit cfb7f1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM mambaorg/micromamba:0.18.2
COPY --chown=micromamba:micromamba env.yaml /tmp/env.yaml
USER root
RUN apt-get update && \
apt-get install procps -y && \
apt-get clean

USER micromamba
RUN micromamba install -y -n base -f /tmp/env.yaml && \
micromamba clean --all --yes

0 comments on commit cfb7f1e

Please sign in to comment.