From a15b7e2a600f23d9b7efcc629f99ce0bb050ae22 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 12 Sep 2019 17:07:01 -0300 Subject: [PATCH] vuelve cmake --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 091db05..d5e8385 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ENV RAILS_ENV production ENV RAILS_MASTER_KEY=$RAILS_MASTER_KEY # Para compilar los assets en brotli -RUN apk add --no-cache brotli libgit2-dev +RUN apk add --no-cache brotli libgit2-dev cmake # Empezamos con la usuaria app creada por sdk-ruby USER app