Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Aug 30, 2024
1 parent 00eef25 commit 4336f6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.tbtamr-0.9.9
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4336f6c

Please sign in to comment.