[discourse-web/flathub] Trim down plugins list
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [discourse-web/flathub] Trim down plugins list
- Date: Wed, 7 Oct 2020 11:17:58 +0000 (UTC)
commit 964dc17ce895cbf88bf2755c819d27f8d7e46216
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Wed Oct 7 13:16:13 2020 +0200
Trim down plugins list
Dockerfile | 31 +------------------------------
1 file changed, 1 insertion(+), 30 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 85d03ed..205c75a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -48,40 +48,11 @@ ADD config/discourse-nginx.conf /etc/nginx/conf.d/nginx.conf
WORKDIR $HOME
### Plugins
-#
-# - OAuth
RUN \
git clone --depth=1 https://github.com/discourse/discourse-oauth2-basic.git
/discourse/plugins/discourse-oauth2-basic && \
-# - Chat Integration
- git clone --depth=1 https://github.com/discourse/discourse-chat-integration.git
/discourse/plugins/discourse-chat-integration && \
-# - Discourse Solved
git clone --depth=1 https://github.com/discourse/discourse-solved.git
/discourse/plugins/discourse-solved && \
-# - Trade buttons (used on Marketplace)
- git clone --depth=1 https://github.com/jannolii/discourse-topic-trade-buttons.git
/discourse/plugins/discourse-topic-trade-buttons && \
-# - Saved Searches
git clone --depth=1 https://github.com/discourse/discourse-saved-searches.git
/discourse/plugins/discourse-saved-searches && \
-# - Migrate Password
- git clone --depth=1 https://github.com/discoursehosting/discourse-migratepassword.git
/discourse/plugins/discourse-migratepassword && \
-# - Discourse Math
- git clone --depth=1 https://github.com/discourse/discourse-math.git /discourse/plugins/discourse-math &&
\
-# - Discourse Askimet
- git clone --depth=1 https://github.com/discourse/discourse-akismet.git
/discourse/plugins/discourse-akismet && \
-# - Canned replies
- git clone --depth=1 https://github.com/discourse/discourse-canned-replies.git
/discourse/plugins/discourse-canned-replies && \
-# - Discourse JIRA
- git clone --depth=1 https://github.com/karies/discourse-jira.git /discourse/plugins/discourse-jira && \
-# - Prometheus
- git clone --depth=1 https://github.com/discourse/discourse-prometheus.git
/discourse/plugins/discourse-prometheus && \
-# - Calendar
- git clone --depth=1 https://github.com/discourse/discourse-calendar.git
/discourse/plugins/discourse-calendar && \
-# - Assign
- git clone --depth=1 https://github.com/discourse/discourse-assign.git
/discourse/plugins/discourse-assign && \
-# - Discourse push notifications
- git clone --depth=1 https://github.com/discourse/discourse-push-notifications.git
/discourse/plugins/discourse-push-notifications && \
-# - Discourse voting
- git clone --depth=1 https://github.com/discourse/discourse-voting.git
/discourse/plugins/discourse-voting && \
-# - Discourse data explorer
- git clone --depth=1 https://github.com/discourse/discourse-data-explorer.git
/discourse/plugins/discourse-data-explorer
+ git clone --depth=1 https://github.com/discourse/discourse-voting.git /discourse/plugins/discourse-voting
### Gem installation
RUN exec bundle install --deployment --jobs 4 --without test --without development && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]