From 24c757dfcafdc16d89da0d4baa096e81ad5724ba Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 28 Dec 2016 16:04:30 -0200 Subject: [PATCH] Enables brotli compressed assets for everyone --- image/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index e4830b3..901a69a 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -4,6 +4,7 @@ FROM ubuntu:16.04 ENV PG_MAJOR 9.5 ENV RUBY_ALLOCATOR /usr/lib/libjemalloc.so.1 +ENV COMPRESS_BROTLI 1 MAINTAINER Sam Saffron "https://twitter.com/samsaffron" -- 2.25.1