mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-25 19:44:18 +00:00
build: corrected git-lfs install (#4051)
This commit is contained in:
@@ -18,6 +18,7 @@ apk add --no-cache -U \
|
||||
curl \
|
||||
iputils \
|
||||
git \
|
||||
git-lfs \
|
||||
jq \
|
||||
mysql-client \
|
||||
tzdata \
|
||||
@@ -45,4 +46,5 @@ cat <<EOF >> /etc/gitconfig
|
||||
[user]
|
||||
name = Minecraft Server on Docker
|
||||
email = server@example.com
|
||||
EOF
|
||||
EOF
|
||||
git lfs install
|
||||
Reference in New Issue
Block a user