diff --git a/Dockerfile b/Dockerfile index a8dd7ed7..1aa97b16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,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 +RUN apk add --no-cache git-lfs openssh-client patch # Chequear que la versiĆ³n de ruby sea la correcta RUN test "2.7.3" = `ruby -e 'puts RUBY_VERSION'`