build: corrected git-lfs install (#4051)

This commit is contained in:
Geoff Bourne
2026-05-09 11:52:58 -05:00
committed by GitHub
parent 60ab277060
commit a44c717041
3 changed files with 8 additions and 6 deletions
+2
View File
@@ -46,6 +46,7 @@ dnf install -y \
zstd \
$([ "$os_major_version" -ge 10 ] && echo 'bzip2' || echo 'lbzip2') \
libpcap \
libcap \
libwebp \
findutils \
which \
@@ -81,3 +82,4 @@ cat <<EOF >> /etc/gitconfig
name = Minecraft Server on Docker
email = server@example.com
EOF
git lfs install