[PR #466] [MERGED] packaging: add dependencies required by bowenliang123/md_exporter plugin #522

Closed
opened 2026-02-16 01:16:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/466
Author: @QuantumGhost
Created: 9/29/2025
Status: Merged
Merged: 9/29/2025
Merged by: @Yeuoly

Base: mainHead: packaging/add-deps


📝 Commits (1)

  • 236c1f8 packaging: add dependencies required by bowenliang123/md_exporter plugin

📊 Changes

1 file changed (+33 additions, -9 deletions)

View changed files

📝 docker/local.dockerfile (+33 -9)

📄 Description

Description

Introduce the following dependencies required by the plugin bowenliang123/md_exporter:

  • cmake
  • pkg-config
  • libcairo2-dev
  • libjpeg-dev
  • libgif-dev

These tools and libraries are required when building pycairo.

Simplify local.dockerfile with heredoc.

Please note that this only affects local runtime. For serverless runtime some other modification is required, AFAIK.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

https://github.com/bowenliang123/md_exporter/issues/100#issuecomment-3339230687


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/466 **Author:** [@QuantumGhost](https://github.com/QuantumGhost) **Created:** 9/29/2025 **Status:** ✅ Merged **Merged:** 9/29/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `packaging/add-deps` --- ### 📝 Commits (1) - [`236c1f8`](https://github.com/langgenius/dify-plugin-daemon/commit/236c1f8919e632052899290d82fe69f292ee1e4e) packaging: add dependencies required by bowenliang123/md_exporter plugin ### 📊 Changes **1 file changed** (+33 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docker/local.dockerfile` (+33 -9) </details> ### 📄 Description ## Description Introduce the following dependencies required by the plugin bowenliang123/md_exporter: - cmake - pkg-config - libcairo2-dev - libjpeg-dev - libgif-dev These tools and libraries are required when building pycairo. Simplify local.dockerfile with heredoc. Please note that this only affects local runtime. For serverless runtime some other modification is required, AFAIK. ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [x] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information https://github.com/bowenliang123/md_exporter/issues/100#issuecomment-3339230687 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:13 -05:00
yindo closed this issue 2026-02-16 01:16:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#522