Skip to content

Commit

Permalink
Remove special install for newer git
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Nov 10, 2023
1 parent 204e083 commit 8e80528
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN \
fonts-liberation \
gconf-service \
gdb \
git \
gpg-agent \
gzip \
hdf5-helpers \
Expand Down Expand Up @@ -154,12 +155,6 @@ RUN \
wget \
xdg-utils \
&& \
add-apt-repository ppa:git-core/ppa -y \
&& \
apt-get update -qq \
&& \
apt-get install -y --no-install-recommends git \
&& \
apt-get clean \
&& \
rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 8e80528

Please sign in to comment.