instalar git lfs
This commit is contained in:
parent
824226aa84
commit
97d330435d
2 changed files with 23 additions and 0 deletions
22
.gitconfig
Normal file
22
.gitconfig
Normal file
|
@ -0,0 +1,22 @@
|
|||
[color]
|
||||
ui = true
|
||||
[push]
|
||||
default = simple
|
||||
[pull]
|
||||
default = simple
|
||||
rebase = false
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
keepBackup = false
|
||||
[rebase]
|
||||
autosquash = true
|
||||
[fetch]
|
||||
prune = true
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
[user]
|
||||
email = sutty@sutty.nl
|
||||
name = Sutty
|
|
@ -82,6 +82,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/reposit
|
|||
RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-bundler ruby-json ruby-bigdecimal ruby-rake ruby-irb
|
||||
RUN apk add --no-cache postgresql-libs libssh2 file rsync git jpegoptim vips
|
||||
RUN apk add --no-cache ffmpeg imagemagick pandoc tectonic oxipng jemalloc
|
||||
RUN apk add --no-cache git-lfs
|
||||
|
||||
# Chequear que la versión de ruby sea la correcta
|
||||
RUN test "2.7.1" = `ruby -e 'puts RUBY_VERSION'`
|
||||
|
|
Loading…
Reference in a new issue