From 5cf9626445fd12a2370ca719059f0e41e9ac8863 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Fri, 24 Nov 2023 11:18:25 +0100 Subject: [PATCH] fix --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6db5fcb..76176f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN rm -rf /tmp/biomaj-prometheus-multiproc && \ # Install docker to allow docker execution from process-message RUN buildDeps='gnupg2 dirmngr software-properties-common' \ - && add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" \ + && echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' | sudo tee /etc/apt/sources.list.d/docker.list \ && apt-get update \ && apt-get install -y apt-transport-https curl libcurl4-openssl-dev python3-pycurl python3-setuptools python3-pip git unzip bzip2 ca-certificates jq --no-install-recommends \ && apt-get install -y $buildDeps --no-install-recommends \ @@ -94,10 +94,6 @@ RUN mkdir /data /config ENV PATH=$PATH:/opt/conda/bin -#RUN conda config --add channels r -#RUN conda config --add channels bioconda -#RUN conda upgrade -y conda - VOLUME ["/data", "/config"] RUN mkdir -p /var/lib/biomaj/data