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'`