Skip to content

Commit d1aa021

Browse files
committed
1 parent bb4acc4 commit d1aa021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN <<EOF
2121
curl -fsSL 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xe1dd270288b4e6030699e45fa1715d88e1df1f24' | gpg --dearmor -o /usr/share/keyrings/git-ppa.gpg
2222
echo 'deb [signed-by=/usr/share/keyrings/git-ppa.gpg] https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy main' | tee /etc/apt/sources.list.d/git-ppa.list
2323
apt-get update
24-
apt-get install --no-install-recommends -y git
24+
apt-get install --no-install-recommends -y git git-lfs
2525
rm -rf /var/lib/apt/lists/*
2626
mkdir -p /etc/bash_completion.d
2727
EOF

0 commit comments

Comments
 (0)