From 3a86b4f60995d3e278196bb301264aa412621c52 Mon Sep 17 00:00:00 2001 From: Kincekara Date: Mon, 26 Feb 2024 16:29:48 +0000 Subject: [PATCH] fix ps error --- gubbins/3.3.3/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gubbins/3.3.3/Dockerfile b/gubbins/3.3.3/Dockerfile index 6f33bdd9c..98621072d 100644 --- a/gubbins/3.3.3/Dockerfile +++ b/gubbins/3.3.3/Dockerfile @@ -16,6 +16,10 @@ LABEL license="https://github.com/nickjcroucher/gubbins/blob/master/LICENSE" LABEL maintainer="Kutluhan Incekara" LABEL maintainer.email="kutluhan.incekara@ct.gov" +RUN apt-get update && apt-get install --no-install-recommends -y \ + procps &&\ + apt-get autoclean && rm -rf /var/lib/apt/lists/* + RUN micromamba install --name base -c conda-forge -c bioconda gubbins=${GUBBINS_VER} && \ micromamba clean -a -y && \ mkdir /data