Skip to content

Commit

Permalink
install lfs with --force (#7682)
Browse files Browse the repository at this point in the history
* fix travis failures by installing git-lfs in the docker image using the`--force` argument
  • Loading branch information
lbergelson committed Feb 17, 2022
1 parent b42568f commit 72530b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /gatk
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
RUN add-apt-repository universe && apt update
RUN apt-get --assume-yes install git-lfs
RUN git lfs install
RUN git lfs install --force

RUN git lfs pull

Expand Down

0 comments on commit 72530b3

Please sign in to comment.