-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,7 @@ LABEL maintainer3.email="[email protected]" | |
#set env for root prefix | ||
ENV MAMBA_ROOT_PREFIX="/opt/conda" | ||
|
||
RUN apt-get update | ||
RUN apt-get install -y git | ||
RUN apt-get install -y apt-utils wget bzip2 curl | ||
RUN apt-get update && apt-get install -y apt-utils wget bzip2 curl git | ||
|
||
RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest| tar -xvj bin/micromamba \ | ||
&& touch /root/.bashrc \ | ||
|