Skip to content

Commit

Permalink
fixed extra path
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Oct 30, 2024
1 parent 03dab4b commit d9a046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kleborate/3.1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} && \
Expand Down

0 comments on commit d9a046f

Please sign in to comment.