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