Skip to content

Commit

Permalink
Merge pull request #910 from biorack/git_upgrade
Browse files Browse the repository at this point in the history
Had to downgrade installed version of git-man to match git by expcitly giving a version number in the apt-get run line of the dockerfile.
  • Loading branch information
bkieft-usa authored Sep 17, 2024
2 parents 3f71dd4 + f35c73e commit eb1ca44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.shifter
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update \
"libxrender1=1:0.9.10-1.1" \
"libxext6=2:1.3.4-1+b1" \
"git=1:2.39.2-1.1" \
"git-man=1:2.39.2-1.1" \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt /requirements.txt
Expand Down

0 comments on commit eb1ca44

Please sign in to comment.