From 4336f6c26f6a2b09f5088944d84ba2c2153e950a Mon Sep 17 00:00:00 2001 From: Tom Whalley Date: Fri, 30 Aug 2024 15:32:34 +0000 Subject: [PATCH] CI --- docker/Dockerfile.tbtamr-0.9.9 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/Dockerfile.tbtamr-0.9.9 b/docker/Dockerfile.tbtamr-0.9.9 index c8c6ccc..3070a06 100644 --- a/docker/Dockerfile.tbtamr-0.9.9 +++ b/docker/Dockerfile.tbtamr-0.9.9 @@ -14,9 +14,7 @@ LABEL maintainer3.email="twhalley93@gmail.com" #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 \