Skip to content

Commit

Permalink
Add Git LFS Support to build-base image used by git-init to solve #2997
Browse files Browse the repository at this point in the history
  • Loading branch information
eqqe authored and tekton-robot committed Aug 19, 2020
1 parent c460e0c commit d9aaf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.11

RUN apk add --update git openssh-client \
RUN apk add --update git git-lfs openssh-client \
&& apk update \
&& apk upgrade

0 comments on commit d9aaf31

Please sign in to comment.