Skip to content

Commit

Permalink
chore: Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Jul 2, 2024
1 parent dea2017 commit cfbad16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM grafana/grafana-oss:latest

RUN grafana-cli plugins install grafana-github-datasource && \
grafana-cli plugins install grafana-polystat-panel && \
grafana-cli plugins install grafana-synthetic-monitoring-app && \
grafana-cli plugins install jdbranham-diagram-panel && \
grafana-cli plugins install knightss27-weathermap-panel && \
grafana-cli plugins install marcusolsson-json-datasource && \
grafana-cli plugins install marcusolsson-static-datasource && \
grafana-cli plugins install marcusolsson-treemap-panel && \
grafana-cli plugins install pgillich-tree-panel && \
grafana-cli plugins install simpod-json-datasource && \
grafana-cli plugins install volkovlabs-echarts-panel

0 comments on commit cfbad16

Please sign in to comment.