Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
annacprice committed Feb 21, 2024
1 parent af99d4a commit 352a58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.vcfpredict-0.9.8
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -24,4 +24,4 @@ RUN apt-get update \
&& pip3 install awscli \
&& pip3 install . \
&& cp -r data /usr/local/lib/python3.8/dist-packages \
&& cd ..
&& cd ..

0 comments on commit 352a58b

Please sign in to comment.