From 352a58b1066fbc1197d205460293232d0c1e8087 Mon Sep 17 00:00:00 2001 From: annacprice Date: Wed, 21 Feb 2024 14:34:24 +0000 Subject: [PATCH] remove trailing slash --- docker/Dockerfile.vcfpredict-0.9.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.vcfpredict-0.9.8 b/docker/Dockerfile.vcfpredict-0.9.8 index 3139c59..9de1bb7 100644 --- a/docker/Dockerfile.vcfpredict-0.9.8 +++ b/docker/Dockerfile.vcfpredict-0.9.8 @@ -10,7 +10,7 @@ ENV PATH=/opt/bin:$PATH ENV PACKAGES="procps curl wget git build-essential libhdf5-dev libffi-dev r-base-core jq" \ PYTHON="python3 python3-pip python3-dev" -ENV vcfmix_version=d4693344bf612780723e39ce27c8ae3868f95417 \ +ENV vcfmix_version=d4693344bf612780723e39ce27c8ae3868f95417 #apt updates RUN apt-get update \ @@ -24,4 +24,4 @@ RUN apt-get update \ && pip3 install awscli \ && pip3 install . \ && cp -r data /usr/local/lib/python3.8/dist-packages \ -&& cd .. \ No newline at end of file +&& cd ..