5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 06:15:46 +00:00

estamos en alpine 3.9

This commit is contained in:
f 2019-12-14 13:21:42 -03:00
parent f175212c43
commit 5fd1e6e762
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -74,8 +74,6 @@ RUN apk add --no-cache postgresql-libs libssh2 file rsync git
# Chequear que la versión de ruby sea la correcta
RUN test "2.5.7" = `ruby -e 'puts RUBY_VERSION'`
# Versión de git
RUN test "2.22.2" = `git --version | cut -d ' ' -f 3`
# https://github.com/rubygems/rubygems/issues/2918
# https://gitlab.alpinelinux.org/alpine/aports/issues/10808