From 01416fd7ca11f601417311bfb756d271d7dcc509 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 6 Dec 2021 20:19:46 -0300 Subject: [PATCH] Dependencia faltante --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5aed170..ae02d4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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'`