From 11bf98ee6375e7a0abd7e54eb44bf51148b63624 Mon Sep 17 00:00:00 2001 From: Vahid Date: Fri, 28 Jul 2023 10:51:09 -0400 Subject: [PATCH] Update Dockerfile --- dockerfiles/samtools-cloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/samtools-cloud/Dockerfile b/dockerfiles/samtools-cloud/Dockerfile index 2228dd940..2c0f2c02b 100644 --- a/dockerfiles/samtools-cloud/Dockerfile +++ b/dockerfiles/samtools-cloud/Dockerfile @@ -1,6 +1,6 @@ # This docker file exists because we need samtools to be able to access GCS buckets # so we base off the sv-base-mini image, which has samtools installed, -# and only install GCloud SDK here for authentication purposes. +# and only install GCloud SDK here for authentication purposes # Start with the barebones image that has samtools (a version that must support NIO) installed ARG MINIBASE_IMAGE=sv-base-mini:latest