diff --git a/dockerfiles/samtools-cloud/Dockerfile b/dockerfiles/samtools-cloud/Dockerfile index b0fd90d87..5cbaf9872 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