mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:01:42 +00:00
poder trabajar con git+ssh en el contenedor
y aplicar parches
This commit is contained in:
parent
5880c47676
commit
dcc47ad258
1 changed files with 1 additions and 1 deletions
|
@ -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'`
|
||||
|
|
Loading…
Reference in a new issue