File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN groupadd drycc --gid ${DRYCC_GID} \
1414
1515COPY . /
1616
17- RUN install-packages fontconfig \
17+ RUN install-packages unzip fontconfig \
1818 && install-stack grafana ${GRAFANA_VERSION} \
1919 && install-stack jq ${JQ_VERSION} \
2020 && install-stack caddy $CADDY_VERSION \
@@ -25,6 +25,11 @@ RUN install-packages fontconfig \
2525 && chown -R ${DRYCC_UID}:${DRYCC_GID} ${DRYCC_HOME_DIR} \
2626 # set env
2727 && echo "source ${DRYCC_HOME_DIR}/venv/bin/activate" >> /opt/drycc/python/profile.d/python.sh \
28+ # grafana plugin
29+ && mkdir ${DRYCC_HOME_DIR}/plugins \
30+ && curl -sSL https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.6/quickwit-quickwit-datasource-0.4.6.zip -o quickwit.zip \
31+ && unzip quickwit.zip -d ${DRYCC_HOME_DIR}/plugins \
32+ && rm -rf quickwit.zip \
2833 && rm -rf \
2934 /usr/share/doc \
3035 /usr/share/man \
You can’t perform that action at this time.
0 commit comments