Dependencia faltante
This commit is contained in:
parent
f6a5910380
commit
01416fd7ca
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ENV RAILS_ENV production
|
|||
# Instalar las dependencias, separamos la librería de base de datos para
|
||||
# poder reutilizar este primer paso desde otros contenedores
|
||||
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
|
||||
RUN apk add --no-cache postgresql-libs libstdc++
|
||||
|
||||
# Chequear que la versión de ruby sea la correcta
|
||||
RUN test "2.7.5" = `ruby -e 'puts RUBY_VERSION'`
|
||||
|
|
Loading…
Reference in a new issue