Skip to content

Commit 556b841

Browse files
committed
install git-lfs using the installer
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
1 parent 23bfc27 commit 556b841

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile.tilt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ COPY hack/install.sh hack/tool-versions.sh ./
2828
COPY hack/installers installers
2929

3030
RUN ./install.sh helm && \
31-
INSTALL_PATH=/usr/local/bin ./install.sh kustomize
31+
INSTALL_PATH=/usr/local/bin ./install.sh kustomize && \
32+
./install.sh git-lfs
3233

3334
COPY hack/gpg-wrapper.sh \
3435
hack/git-verify-wrapper.sh \

0 commit comments

Comments
 (0)