From 76f559f2035377a68444e6c64da79bdee36a7cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27rysiek=27=20Wo=C5=BAniak?= <rysiek@hackerspace.pl> Date: Mon, 12 Dec 2016 02:17:40 +0100 Subject: [PATCH] support for DISCOURSE_ADDITIONAL_GEMS: bundler --deployment flag apparently messes things a bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 547ff79..30dfc1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,8 @@ RUN if [ "$DISCOURSE_ADDITIONAL_GEMS" != "" ]; then \ fi # run bundler -RUN bundle install --deployment --without test --without development +#RUN bundle install --deployment --without test --without development +RUN bundle install --without test --without development # install discourse plugins # assumptions: no spaces in URLs (urlencoding is a thing) -- GitLab