From f1adab7393d563ae7def094e04110226848c6e06 Mon Sep 17 00:00:00 2001 From: Kutluhan Incekara <46578029+Kincekara@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:51:02 -0500 Subject: [PATCH] Update Dockerfile clean up commented skani installation. --- lrge/0.1.3/Dockerfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/lrge/0.1.3/Dockerfile b/lrge/0.1.3/Dockerfile index e5bcf8ac3..f911cafd5 100644 --- a/lrge/0.1.3/Dockerfile +++ b/lrge/0.1.3/Dockerfile @@ -1,16 +1,5 @@ ARG LRGE_VER="0.1.3" -# FROM rust:1.67 AS builder - -# ARG LRGE_VER - -# RUN wget -q https://github.com/bluenote-1577/skani/archive/refs/tags/v${SKANI_VER}.tar.gz &&\ -# tar -xvf v${SKANI_VER}.tar.gz &&\ -# cd skani-${SKANI_VER} &&\ -# cargo install --path . --root ~/.cargo &&\ -# chmod +x /root/.cargo/bin/skani - - FROM ubuntu:jammy AS app ARG LRGE_VER @@ -43,7 +32,7 @@ CMD [ "lrge", "--help" ] WORKDIR /data -FROM app as test +FROM app AS test # set working directory so that all test inputs & outputs are kept in /test WORKDIR /test