From d9a046f6ca2c73367c9d4ac4101c99e430ac3ee8 Mon Sep 17 00:00:00 2001 From: Erin Young Date: Wed, 30 Oct 2024 19:55:35 +0000 Subject: [PATCH] fixed extra path --- kleborate/3.1.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kleborate/3.1.2/Dockerfile b/kleborate/3.1.2/Dockerfile index 4c0910974..bb97c0119 100644 --- a/kleborate/3.1.2/Dockerfile +++ b/kleborate/3.1.2/Dockerfile @@ -42,7 +42,7 @@ RUN curl -L https://github.com/lh3/minimap2/releases/download/v${MINIMAP2_VER}/m tar -jxvf - --no-same-owner # set PATH and TERM to avoid warnings -ENV PATH="/mash-Linux64-v${MASH_VER}:/minimap2-${MINIMAP2_VER}_x64-linux:/root/.local/bin:${PATH}" +ENV PATH="/mash-Linux64-v${MASH_VER}:/minimap2-${MINIMAP2_VER}_x64-linux:${PATH}" # install kleborate RUN pip install --no-cache-dir kleborate==${KLEBORATE_VER} && \