We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e487f2 commit 0a14457Copy full SHA for 0a14457
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:latest
2
3
-RUN apk add --no-cache git openssh-client
+RUN apk add --no-cache git git-lfs openssh-client
4
5
COPY entrypoint.sh /entrypoint.sh
6
entrypoint.sh
@@ -60,6 +60,9 @@ CLONE_DIR=$(mktemp -d)
60
echo "[+] Git version"
61
git --version
62
63
+echo "[+] Enable git lfs"
64
+git lfs install
65
+
66
echo "[+] Cloning destination git repository $DESTINATION_REPOSITORY_NAME"
67
# Setup git
68
git config --global user.email "$USER_EMAIL"
0 commit comments