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 56f00d6 commit e52fc89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.tbtamr-0.9.9
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ LABEL maintainer3.email="[email protected]"
#set env for root prefix
ENV MAMBA_ROOT_PREFIX="/opt/conda"

RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update
RUN apt-get install ca-certificates -y
RUN update-ca-certificate
RUN apt-get install -y apt-utils wget bzip2 curl
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y git
RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest| tar -xvj bin/micromamba \
Expand Down

0 comments on commit e52fc89

Please sign in to comment.