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:
f4973e9
)
Revert f4973e9280e2604a426767e9eca4f698e0cad5b3 since we can't use Rails at this...
author
Régis Hanol
<regis@hanol.fr>
Tue, 9 Oct 2018 15:52:41 +0000
(17:52 +0200)
committer
Régis Hanol
<regis@hanol.fr>
Tue, 9 Oct 2018 15:52:41 +0000
(17:52 +0200)
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 9961aab4c0e0107d5769ebe0677c3fb9dacedd5f..29c570fd1bf74ed1a3d33493f0312de87aa5a7ab 100644
(file)
--- 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 {} +