From ed539893303180a814830f362bac65f1041785f9 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 25 Jan 2020 20:29:40 -0300 Subject: [PATCH] =?UTF-8?q?ahora=20resulta=20que=20tambi=C3=A9n=20necesita?= =?UTF-8?q?mos=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff0c9a5..c340cbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ENV RAILS_ENV production ENV RAILS_MASTER_KEY=$RAILS_MASTER_KEY RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-bundler ruby-json ruby-bigdecimal ruby-rake -RUN apk add --no-cache postgresql-libs git yarn brotli libssh2 +RUN apk add --no-cache postgresql-libs git yarn brotli libssh2 python # https://github.com/rubygems/rubygems/issues/2918 # https://gitlab.alpinelinux.org/alpine/aports/issues/10808