projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0586b4
)
Revert "Revert f4973e9280e2604a426767e9eca4f698e0cad5b3 since we can't use Rails...
author
Sam
<sam.saffron@gmail.com>
Wed, 10 Oct 2018 00:27:31 +0000
(11:27 +1100)
committer
Sam
<sam.saffron@gmail.com>
Wed, 10 Oct 2018 00:27:31 +0000
(11:27 +1100)
This reverts commit
a0586b4a13704e5257ca294a7b6d83024cddf839
.
(master is now fixed to allow this rake task)
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 29c570fd1bf74ed1a3d33493f0312de87aa5a7ab..9961aab4c0e0107d5769ebe0677c3fb9dacedd5f 100644
(file)
--- a/
image/base/Dockerfile
+++ b/
image/base/Dockerfile
@@
-137,5
+137,7
@@
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 &&\
+ sudo -u discourse bundle install --deployment \
+ --without test --without development &&\
+ bundle exec rake maxminddb:get &&\
find /var/www/discourse/vendor/bundle -name tmp -type d -exec rm -rf {} +