From a0586b4a13704e5257ca294a7b6d83024cddf839 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Tue, 9 Oct 2018 17:52:41 +0200 Subject: [PATCH] Revert f4973e9280e2604a426767e9eca4f698e0cad5b3 since we can't use Rails at this point --- image/base/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index 9961aab..29c570f 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -137,7 +137,5 @@ RUN useradd discourse -s /bin/bash -m -U &&\ git remote set-branches --add origin tests-passed &&\ chown -R discourse:discourse /var/www/discourse &&\ cd /var/www/discourse &&\ - sudo -u discourse bundle install --deployment \ - --without test --without development &&\ - bundle exec rake maxminddb:get &&\ + sudo -u discourse bundle install --deployment --without test --without development &&\ find /var/www/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} + -- 2.25.1